#6F721B

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

Shades of Olivetone #6F721B

Tints of Olivetone #6F721B

Color information

#6F721B (or 0x6F721B) is unknown color: approx Olivetone. HEX triplet: 6F, 72 and 1B. RGB value is (111,114,27). Sum of RGB (Red+Green+Blue) = 111+114+27=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #6F721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F721B is #908DE4. Grayscale: #676767. Windows color (decimal): -9473509 or 1798767. OLE color: 1798767.

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

Color convert

RGB11111427-
CMYK0.0300.760.55
HSL62.07º61.7%27.65%-
HSV(B)62.07º76.32%44.71%-
XYZ12.7715.493.35-
YUV103.1885.01133.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.05%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=44.05%
G=45.24%
B=10.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114270.0300.760.5562.0761.727.65
Hex6F721B304C373e3e1c
Octal157162333011467767634
Binary1101111111001011011110100110011011111111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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