#6B8D16

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

Shades of Olive Drab #6B8D16

Tints of Olive Drab #6B8D16

Color information

#6B8D16 (or 0x6B8D16) is unknown color: approx Olive Drab. HEX triplet: 6B, 8D and 16. RGB value is (107,141,22). Sum of RGB (Red+Green+Blue) = 107+141+22=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8D16 is #9472E9. Grayscale: #757575. Windows color (decimal): -9728746 or 1477995. OLE color: 1477995.

HSL color Cylindrical-coordinate representation of color #6B8D16: hue angle of 77.14º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B8D16 is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB10714122-
CMYK0.2400.840.45
HSL77.14º73.01%31.96%-
HSV(B)77.14º84.4%55.29%-
XYZ15.7322.234.22-
YUV117.2774.24120.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 141 (55.47% from 255) = 52.22%
BLUE value IS 22 (8.98% from 255) = 8.15%
R=39.63%
G=52.22%
B=8.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107141220.2400.840.4577.1473.0131.96
Hex6B8D16180542D4d4920
Octal153215263001245511511140
Binary11010111000110110110110000101010010110110011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,141,22); }

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

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

 a { background-color: rgb(107,141,22); }

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

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

 span { border-color: rgb(107,141,22); }

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