#6F920E

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

Shades of Olive Drab #6F920E

Tints of Olive Drab #6F920E

Color information

#6F920E (or 0x6F920E) is unknown color: approx Olive Drab. HEX triplet: 6F, 92 and 0E. RGB value is (111,146,14). Sum of RGB (Red+Green+Blue) = 111+146+14=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #6F920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F920E is #906DF1. Grayscale: #787878. Windows color (decimal): -9465330 or 954991. OLE color: 954991.

HSL color Cylindrical-coordinate representation of color #6F920E: hue angle of 75.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F920E is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB11114614-
CMYK0.2400.900.43
HSL75.91º82.5%31.37%-
HSV(B)75.91º90.41%57.25%-
XYZ16.9123.974.15-
YUV120.4967.9121.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 14 (5.86% from 255) = 5.17%
R=40.96%
G=53.87%
B=5.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111146140.2400.900.4375.9182.531.37
Hex6F92E1805A2B4c521f
Octal157222163001325311412237
Binary110111110010010111011000010110101010111001100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,146,14); }

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

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

 a { background-color: rgb(111,146,14); }

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

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

 span { border-color: rgb(111,146,14); }

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