#6F732C

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

Shades of Olivetone #6F732C

Tints of Olivetone #6F732C

Color information

#6F732C (or 0x6F732C) is unknown color: approx Olivetone. HEX triplet: 6F, 73 and 2C. RGB value is (111,115,44). Sum of RGB (Red+Green+Blue) = 111+115+44=270 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.11% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #6F732C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F732C is #908CD3. Grayscale: #696969. Windows color (decimal): -9473236 or 2913135. OLE color: 2913135.

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

Color convert

RGB11111544-
CMYK0.0300.620.55
HSL63.38º44.65%31.18%-
HSV(B)63.38º61.74%45.1%-
XYZ13.1415.824.74-
YUV105.7193.17131.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.11%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=41.11%
G=42.59%
B=16.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115440.0300.620.5563.3844.6531.18
Hex6F732C303E373f2d1f
Octal15716354307667775537
Binary1101111111001110110011011111011011111111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F732C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,44); }

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

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

 a { background-color: rgb(111,115,44); }

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

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

 span { border-color: rgb(111,115,44); }

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