#6F8C10

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

Shades of Olive Drab #6F8C10

Tints of Olive Drab #6F8C10

Color information

#6F8C10 (or 0x6F8C10) is unknown color: approx Olive Drab. HEX triplet: 6F, 8C and 10. RGB value is (111,140,16). Sum of RGB (Red+Green+Blue) = 111+140+16=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8C10 is #9073EF. Grayscale: #757575. Windows color (decimal): -9466864 or 1084527. OLE color: 1084527.

HSL color Cylindrical-coordinate representation of color #6F8C10: hue angle of 74.03º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F8C10 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB11114016-
CMYK0.2100.890.45
HSL74.03º79.49%30.59%-
HSV(B)74.03º88.57%54.9%-
XYZ16.0322.173.93-
YUV117.1970.89123.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 140 (55.08% from 255) = 52.43%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=41.57%
G=52.43%
B=5.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111140160.2100.890.4574.0379.4930.59
Hex6F8C10150592D4a4f1f
Octal157214202501315511211737
Binary1101111100011001000010101010110011011011001010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,140,16); }

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

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

 a { background-color: rgb(111,140,16); }

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

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

 span { border-color: rgb(111,140,16); }

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