#6B8F16

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

Shades of Olive Drab #6B8F16

Tints of Olive Drab #6B8F16

Color information

#6B8F16 (or 0x6B8F16) is unknown color: approx Olive Drab. HEX triplet: 6B, 8F and 16. RGB value is (107,143,22). Sum of RGB (Red+Green+Blue) = 107+143+22=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8F16 is #9470E9. Grayscale: #767676. Windows color (decimal): -9728234 or 1478507. OLE color: 1478507.

HSL color Cylindrical-coordinate representation of color #6B8F16: hue angle of 77.85º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B8F16 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB10714322-
CMYK0.2500.850.44
HSL77.85º73.33%32.35%-
HSV(B)77.85º84.62%56.08%-
XYZ16.0322.834.32-
YUV118.4473.57119.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 143 (56.25% from 255) = 52.57%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=39.34%
G=52.57%
B=8.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal107143220.2500.850.4477.8573.3332.35
Hex6B8F16190552C4e4920
Octal153217263101255411611140
Binary11010111000111110110110010101010110110010011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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