#72955C

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

Shades of Highland #72955C

Tints of Highland #72955C

Color information

#72955C (or 0x72955C) is unknown color: approx Highland. HEX triplet: 72, 95 and 5C. RGB value is (114,149,92). Sum of RGB (Red+Green+Blue) = 114+149+92=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #72955C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72955C is #8D6AA3. Grayscale: #848484. Windows color (decimal): -9267876 or 6067570. OLE color: 6067570.

HSL color Cylindrical-coordinate representation of color #72955C: hue angle of 96.84º degrees, saturation: 0.24, 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 #72955C is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB11414992-
CMYK0.2300.380.42
HSL96.84º23.65%47.25%-
HSV(B)96.84º38.26%58.43%-
XYZ19.6225.8514.08-
YUV132.04105.4115.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.11%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 92 (36.33% from 255) = 25.92%
R=32.11%
G=41.97%
B=25.92%

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
Decimal114149920.2300.380.4296.8423.6547.25
Hex72955C170262A61182f
Octal16222513427046521413057
Binary1110010100101011011100101110100110101010110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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