#6f7024

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

Shades of Olivetone #6F7024

Tints of Olivetone #6F7024

Color information

#6F7024 (or 0x6F7024) is unknown color: approx Olivetone. HEX triplet: 6F, 70 and 24. RGB value is (111,112,36). Sum of RGB (Red+Green+Blue) = 111+112+36=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7024 is #908FDB. Grayscale: #676767. Windows color (decimal): -9474012 or 2388079. OLE color: 2388079.

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

Color convert

RGB11111236-
CMYK0.0100.680.56
HSL60.79º51.35%29.02%-
HSV(B)60.79º67.86%43.92%-
XYZ12.6715.13.92-
YUV103.0490.17133.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 36 (14.45% from 255) = 13.90%
R=42.86%
G=43.24%
B=13.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112360.0100.680.5660.7951.3529.02
Hex6F70241044383d331d
Octal157160441010470756335
Binary1101111111000010010010100010011100011110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f7024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,36); }

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

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

 a { background-color: rgb(111,112,36); }

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

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

 span { border-color: rgb(111,112,36); }

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