#72782A

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

Shades of Olivetone #72782A

Tints of Olivetone #72782A

Color information

#72782A (or 0x72782A) is unknown color: approx Olivetone. HEX triplet: 72, 78 and 2A. RGB value is (114,120,42). Sum of RGB (Red+Green+Blue) = 114+120+42=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #72782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72782A is #8D87D5. Grayscale: #6D6D6D. Windows color (decimal): -9275350 or 2783346. OLE color: 2783346.

HSL color Cylindrical-coordinate representation of color #72782A: hue angle of 64.62º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72782A is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB11412042-
CMYK0.0500.650.53
HSL64.62º48.15%31.76%-
HSV(B)64.62º65%47.06%-
XYZ14.0717.184.76-
YUV109.3190.01131.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 42 (16.80% from 255) = 15.22%
R=41.30%
G=43.48%
B=15.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114120420.0500.650.5364.6248.1531.76
Hex72782A504135413020
Octal1621705250101651016040
Binary11100101111000101010101010000011101011000001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72782A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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