#72742A

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

Shades of Olivetone #72742A

Tints of Olivetone #72742A

Color information

#72742A (or 0x72742A) is unknown color: approx Olivetone. HEX triplet: 72, 74 and 2A. RGB value is (114,116,42). Sum of RGB (Red+Green+Blue) = 114+116+42=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #72742A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72742A is #8D8BD5. Grayscale: #6B6B6B. Windows color (decimal): -9276374 or 2782322. OLE color: 2782322.

HSL color Cylindrical-coordinate representation of color #72742A: hue angle of 61.62º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72742A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB11411642-
CMYK0.0200.640.55
HSL61.62º46.84%30.98%-
HSV(B)61.62º63.79%45.49%-
XYZ13.616.244.61-
YUV106.9791.34133.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 42 (16.80% from 255) = 15.44%
R=41.91%
G=42.65%
B=15.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116420.0200.640.5561.6246.8430.98
Hex72742A2040373e2f1f
Octal162164522010067765737
Binary11100101110100101010100100000011011111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72742A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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