#6F7227

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

Shades of Olivetone #6F7227

Tints of Olivetone #6F7227

Color information

#6F7227 (or 0x6F7227) is unknown color: approx Olivetone. HEX triplet: 6F, 72 and 27. RGB value is (111,114,39). Sum of RGB (Red+Green+Blue) = 111+114+39=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7227 is #908DD8. Grayscale: #686868. Windows color (decimal): -9473497 or 2585199. OLE color: 2585199.

HSL color Cylindrical-coordinate representation of color #6F7227: hue angle of 62.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F7227 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB11111439-
CMYK0.0300.660.55
HSL62.4º49.02%30%-
HSV(B)62.4º65.79%44.71%-
XYZ12.9415.564.24-
YUV104.5591.01132.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 114 (44.92% from 255) = 43.18%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=42.05%
G=43.18%
B=14.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114390.0300.660.5562.449.0230
Hex6F72273042373e311e
Octal157162473010267766136
Binary11011111110010100111110100001011011111111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,39); }

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

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

 a { background-color: rgb(111,114,39); }

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

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

 span { border-color: rgb(111,114,39); }

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