#787222

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

Shades of Olivetone #787222

Tints of Olivetone #787222

Color information

#787222 (or 0x787222) is unknown color: approx Olivetone. HEX triplet: 78, 72 and 22. RGB value is (120,114,34). Sum of RGB (Red+Green+Blue) = 120+114+34=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #787222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787222 is #878DDD. Grayscale: #6A6A6A. Windows color (decimal): -8883678 or 2257528. OLE color: 2257528.

HSL color Cylindrical-coordinate representation of color #787222: hue angle of 55.81º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #787222 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB12011434-
CMYK00.050.720.53
HSL55.81º55.84%30.2%-
HSV(B)55.81º71.67%47.06%-
XYZ14.0516.143.89-
YUV106.6786.99137.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 34 (13.67% from 255) = 12.69%
R=44.78%
G=42.54%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201143400.050.720.5355.8155.8430.2
Hex78722205483538381e
Octal170162420511065707036
Binary111100011100101000100101100100011010111100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787222; }

 p { color: rgb(120,114,34); }

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

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

 a { background-color: rgb(120,114,34); }

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

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

 span { border-color: rgb(120,114,34); }

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