#6F931A

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

Shades of Olive Drab #6F931A

Tints of Olive Drab #6F931A

Color information

#6F931A (or 0x6F931A) is unknown color: approx Olive Drab. HEX triplet: 6F, 93 and 1A. RGB value is (111,147,26). Sum of RGB (Red+Green+Blue) = 111+147+26=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 147 (57.81% from 255 or 51.76% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 147 - color contains mainly: green. Hex color #6F931A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F931A is #906CE5. Grayscale: #7A7A7A. Windows color (decimal): -9465062 or 1741679. OLE color: 1741679.

HSL color Cylindrical-coordinate representation of color #6F931A: hue angle of 77.85º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F931A is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB11114726-
CMYK0.2400.820.42
HSL77.85º69.94%33.92%-
HSV(B)77.85º82.31%57.65%-
XYZ17.1824.324.77-
YUV122.4473.57119.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.08%
GREEN value IS 147 (57.81% from 255) = 51.76%
BLUE value IS 26 (10.55% from 255) = 9.15%
R=39.08%
G=51.76%
B=9.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111147260.2400.820.4277.8569.9433.92
Hex6F931A180522A4e4622
Octal157223323001225211610642
Binary11011111001001111010110000101001010101010011101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F931A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,26); }

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

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

 a { background-color: rgb(111,147,26); }

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

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

 span { border-color: rgb(111,147,26); }

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