#6B8417

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

Shades of Olive Drab #6B8417

Tints of Olive Drab #6B8417

Color information

#6B8417 (or 0x6B8417) is unknown color: approx Olive Drab. HEX triplet: 6B, 84 and 17. RGB value is (107,132,23). Sum of RGB (Red+Green+Blue) = 107+132+23=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8417 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8417 is #947BE8. Grayscale: #707070. Windows color (decimal): -9731049 or 1541227. OLE color: 1541227.

HSL color Cylindrical-coordinate representation of color #6B8417: hue angle of 73.76º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B8417 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB10713223-
CMYK0.1900.830.48
HSL73.76º70.32%30.39%-
HSV(B)73.76º82.58%51.76%-
XYZ14.4719.693.85-
YUV112.177.72124.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 132 (51.95% from 255) = 50.38%
BLUE value IS 23 (9.38% from 255) = 8.78%
R=40.84%
G=50.38%
B=8.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107132230.1900.830.4873.7670.3230.39
Hex6B841713053304a461e
Octal153204272301236011210636
Binary1101011100001001011110011010100111100001001010100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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