#6f921f

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

Shades of Olive Drab #6F921F

Tints of Olive Drab #6F921F

Color information

#6F921F (or 0x6F921F) is unknown color: approx Olive Drab. HEX triplet: 6F, 92 and 1F. RGB value is (111,146,31). Sum of RGB (Red+Green+Blue) = 111+146+31=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #6F921F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F921F is #906DE0. Grayscale: #7A7A7A. Windows color (decimal): -9465313 or 2069103. OLE color: 2069103.

HSL color Cylindrical-coordinate representation of color #6F921F: hue angle of 78.26º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F921F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB11114631-
CMYK0.2400.790.43
HSL78.26º64.97%34.71%-
HSV(B)78.26º78.77%57.25%-
XYZ17.0824.045.04-
YUV122.4276.4119.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 31 (12.5% from 255) = 10.76%
R=38.54%
G=50.69%
B=10.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111146310.2400.790.4378.2664.9734.71
Hex6F921F1804F2B4e4123
Octal157222373001175311610143
Binary11011111001001011111110000100111110101110011101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f921f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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