#72771A

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

Shades of Olivetone #72771A

Tints of Olivetone #72771A

Color information

#72771A (or 0x72771A) is unknown color: approx Olivetone. HEX triplet: 72, 77 and 1A. RGB value is (114,119,26). Sum of RGB (Red+Green+Blue) = 114+119+26=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #72771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72771A is #8D88E5. Grayscale: #6B6B6B. Windows color (decimal): -9275622 or 1734514. OLE color: 1734514.

HSL color Cylindrical-coordinate representation of color #72771A: hue angle of 63.23º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72771A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB11411926-
CMYK0.0400.780.53
HSL63.23º64.14%28.43%-
HSV(B)63.23º78.15%46.67%-
XYZ13.7216.853.51-
YUV106.982.34133.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.02%
GREEN value IS 119 (46.88% from 255) = 45.95%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=44.02%
G=45.95%
B=10.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114119260.0400.780.5363.2364.1428.43
Hex72771A404E353f401c
Octal1621673240116657710034
Binary111001011101111101010001001110110101111111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72771A; }

 p { color: rgb(114,119,26); }

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

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

 a { background-color: rgb(114,119,26); }

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

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

 span { border-color: rgb(114,119,26); }

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