#707221

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

Shades of Olivetone #707221

Tints of Olivetone #707221

Color information

#707221 (or 0x707221) is unknown color: approx Olivetone. HEX triplet: 70, 72 and 21. RGB value is (112,114,33). Sum of RGB (Red+Green+Blue) = 112+114+33=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #707221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707221 is #8F8DDE. Grayscale: #686868. Windows color (decimal): -9407967 or 2191984. OLE color: 2191984.

HSL color Cylindrical-coordinate representation of color #707221: hue angle of 61.48º 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 #707221 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB11211433-
CMYK0.0200.710.55
HSL61.48º55.1%28.82%-
HSV(B)61.48º71.05%44.71%-
XYZ12.9715.593.76-
YUV104.1787.84133.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 114 (44.92% from 255) = 44.02%
BLUE value IS 33 (13.28% from 255) = 12.74%
R=43.24%
G=44.02%
B=12.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112114330.0200.710.5561.4855.128.82
Hex7072212047373d371d
Octal160162412010767756735
Binary11100001110010100001100100011111011111110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707221; }

 p { color: rgb(112,114,33); }

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

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

 a { background-color: rgb(112,114,33); }

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

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

 span { border-color: rgb(112,114,33); }

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