#6F8E3B

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

Shades of Olive Drab #6F8E3B

Tints of Olive Drab #6F8E3B

Color information

#6F8E3B (or 0x6F8E3B) is unknown color: approx Olive Drab. HEX triplet: 6F, 8E and 3B. RGB value is (111,142,59). Sum of RGB (Red+Green+Blue) = 111+142+59=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8E3B is #9071C4. Grayscale: #7B7B7B. Windows color (decimal): -9466309 or 3903087. OLE color: 3903087.

HSL color Cylindrical-coordinate representation of color #6F8E3B: hue angle of 82.41º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F8E3B is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB11114259-
CMYK0.2200.580.44
HSL82.41º41.29%39.41%-
HSV(B)82.41º58.45%55.69%-
XYZ17.0223.047.69-
YUV123.2791.73119.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 142 (55.86% from 255) = 45.51%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=35.58%
G=45.51%
B=18.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111142590.2200.580.4482.4141.2939.41
Hex6F8E3B1603A2C522927
Octal1572167326072541225147
Binary1101111100011101110111011001110101011001010010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,59); }

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

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

 a { background-color: rgb(111,142,59); }

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

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

 span { border-color: rgb(111,142,59); }

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