#6F721C

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

Shades of Olivetone #6F721C

Tints of Olivetone #6F721C

Color information

#6F721C (or 0x6F721C) is unknown color: approx Olivetone. HEX triplet: 6F, 72 and 1C. RGB value is (111,114,28). Sum of RGB (Red+Green+Blue) = 111+114+28=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #6F721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F721C is #908DE3. Grayscale: #676767. Windows color (decimal): -9473508 or 1864303. OLE color: 1864303.

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

Color convert

RGB11111428-
CMYK0.0300.750.55
HSL62.09º60.56%27.84%-
HSV(B)62.09º75.44%44.71%-
XYZ12.7815.53.42-
YUV103.385.51133.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.87%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 28 (11.33% from 255) = 11.07%
R=43.87%
G=45.06%
B=11.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114280.0300.750.5562.0960.5627.84
Hex6F721C304B373e3d1c
Octal157162343011367767534
Binary1101111111001011100110100101111011111111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F721C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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