#6F7321

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

Shades of Olivetone #6F7321

Tints of Olivetone #6F7321

Color information

#6F7321 (or 0x6F7321) is unknown color: approx Olivetone. HEX triplet: 6F, 73 and 21. RGB value is (111,115,33). Sum of RGB (Red+Green+Blue) = 111+115+33=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7321 is #908CDE. Grayscale: #686868. Windows color (decimal): -9473247 or 2192239. OLE color: 2192239.

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

Color convert

RGB11111533-
CMYK0.0300.710.55
HSL62.93º55.41%29.02%-
HSV(B)62.93º71.3%45.1%-
XYZ12.9615.753.8-
YUV104.4687.67132.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=42.86%
G=44.40%
B=12.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111115330.0300.710.5562.9355.4129.02
Hex6F73213047373f371d
Octal157163413010767776735
Binary11011111110011100001110100011111011111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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