#6B9417

Color #6B9417 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6B9417

Tints of Olive Drab #6B9417

Color information

#6B9417 (or 0x6B9417) is unknown color: approx Olive Drab. HEX triplet: 6B, 94 and 17. RGB value is (107,148,23). Sum of RGB (Red+Green+Blue) = 107+148+23=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9417 is #946BE8. Grayscale: #797979. Windows color (decimal): -9726953 or 1545323. OLE color: 1545323.

HSL color Cylindrical-coordinate representation of color #6B9417: hue angle of 79.68º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B9417 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB10714823-
CMYK0.2800.840.42
HSL79.68º73.1%33.53%-
HSV(B)79.68º84.46%58.04%-
XYZ16.8124.374.63-
YUV121.4972.42117.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 38.49%
GREEN value IS 148 (58.20% from 255) = 53.24%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=38.49%
G=53.24%
B=8.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107148230.2800.840.4279.6873.133.53
Hex6B94171C0542A504922
Octal153224273401245212011142
Binary11010111001010010111111000101010010101010100001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B9417; }

 p { color: rgb(107,148,23); }

 H1.HeaderClassName
 {
   color: #6B9417;
 }
 .AnyTagClassName
 {
   color: #6B9417;
 }
</style>
background-color css

<style>
 a { background-color: #6B9417; }

 a { background-color: rgb(107,148,23); }

 div.DivClassName
 {
   background-color: #6B9417;
 }
 .BgClassName
 {
   background-color: #6B9417;
 }
</style>
border-color css

<style>
 span { border-color: #6B9417; }

 span { border-color: rgb(107,148,23); }

 td.TdClassName
 {
   border-color: #6B9417;
 }
 .TagClassName
 {
   border-color: #6B9417;
 }
</style>