#6F7124

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

Shades of Olivetone #6F7124

Tints of Olivetone #6F7124

Color information

#6F7124 (or 0x6F7124) is unknown color: approx Olivetone. HEX triplet: 6F, 71 and 24. RGB value is (111,113,36). Sum of RGB (Red+Green+Blue) = 111+113+36=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7124 is #908EDB. Grayscale: #676767. Windows color (decimal): -9473756 or 2388335. OLE color: 2388335.

HSL color Cylindrical-coordinate representation of color #6F7124: hue angle of 61.56º degrees, saturation: 0.52, 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 #6F7124 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB11111336-
CMYK0.0200.680.56
HSL61.56º51.68%29.22%-
HSV(B)61.56º68.14%44.31%-
XYZ12.7815.323.95-
YUV103.6289.84133.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 113 (44.53% from 255) = 43.46%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=42.69%
G=43.46%
B=13.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113360.0200.680.5661.5651.6829.22
Hex6F71242044383e341d
Octal157161442010470766435
Binary11011111110001100100100100010011100011111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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