#6F902F

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

Shades of Olive Drab #6F902F

Tints of Olive Drab #6F902F

Color information

#6F902F (or 0x6F902F) is unknown color: approx Olive Drab. HEX triplet: 6F, 90 and 2F. RGB value is (111,144,47). Sum of RGB (Red+Green+Blue) = 111+144+47=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #6F902F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F902F is #906FD0. Grayscale: #7B7B7B. Windows color (decimal): -9465809 or 3117167. OLE color: 3117167.

HSL color Cylindrical-coordinate representation of color #6F902F: hue angle of 80.41º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F902F is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB11114447-
CMYK0.2300.670.44
HSL80.41º50.79%37.45%-
HSV(B)80.41º67.36%56.47%-
XYZ17.0423.536.33-
YUV123.0785.07119.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 144 (56.64% from 255) = 47.68%
BLUE value IS 47 (18.75% from 255) = 15.56%
R=36.75%
G=47.68%
B=15.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111144470.2300.670.4480.4150.7937.45
Hex6F902F170432C503325
Octal15722057270103541206345
Binary11011111001000010111110111010000111011001010000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F902F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,47); }

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

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

 a { background-color: rgb(111,144,47); }

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

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

 span { border-color: rgb(111,144,47); }

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