#72955B

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

Shades of Highland #72955B

Tints of Highland #72955B

Color information

#72955B (or 0x72955B) is unknown color: approx Highland. HEX triplet: 72, 95 and 5B. RGB value is (114,149,91). Sum of RGB (Red+Green+Blue) = 114+149+91=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 149 - color contains mainly: green. Hex color #72955B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72955B is #8D6AA4. Grayscale: #848484. Windows color (decimal): -9267877 or 6002034. OLE color: 6002034.

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

Color convert

RGB11414991-
CMYK0.2300.390.42
HSL96.21º24.17%47.06%-
HSV(B)96.21º38.93%58.43%-
XYZ19.5825.8313.85-
YUV131.92104.9115.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 149 (58.59% from 255) = 42.09%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=32.20%
G=42.09%
B=25.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114149910.2300.390.4296.2124.1747.06
Hex72955B170272A60182f
Octal16222513327047521403057
Binary1110010100101011011011101110100111101010110000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72955B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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