#72955D

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

Shades of Highland #72955D

Tints of Highland #72955D

Color information

#72955D (or 0x72955D) is unknown color: approx Highland. HEX triplet: 72, 95 and 5D. RGB value is (114,149,93). Sum of RGB (Red+Green+Blue) = 114+149+93=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #72955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72955D is #8D6AA2. Grayscale: #848484. Windows color (decimal): -9267875 or 6133106. OLE color: 6133106.

HSL color Cylindrical-coordinate representation of color #72955D: hue angle of 97.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72955D is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB11414993-
CMYK0.2300.380.42
HSL97.5º23.14%47.45%-
HSV(B)97.5º37.58%58.43%-
XYZ19.6625.8614.31-
YUV132.15105.9115.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 93 (36.72% from 255) = 26.12%
R=32.02%
G=41.85%
B=26.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114149930.2300.380.4297.523.1447.45
Hex72955D170262A62172f
Octal16222513527046521422757
Binary1110010100101011011101101110100110101010110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72955D; }

 p { color: rgb(114,149,93); }

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

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

 a { background-color: rgb(114,149,93); }

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

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

 span { border-color: rgb(114,149,93); }

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