#72985D

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

Shades of Highland #72985D

Tints of Highland #72985D

Color information

#72985D (or 0x72985D) is unknown color: approx Highland. HEX triplet: 72, 98 and 5D. RGB value is (114,152,93). Sum of RGB (Red+Green+Blue) = 114+152+93=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #72985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72985D is #8D67A2. Grayscale: #868686. Windows color (decimal): -9267107 or 6133874. OLE color: 6133874.

HSL color Cylindrical-coordinate representation of color #72985D: hue angle of 98.64º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72985D is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB11415293-
CMYK0.2500.390.40
HSL98.64º24.08%48.04%-
HSV(B)98.64º38.82%59.61%-
XYZ20.1426.8214.47-
YUV133.91104.91113.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.75%
GREEN value IS 152 (59.77% from 255) = 42.34%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=31.75%
G=42.34%
B=25.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114152930.2500.390.4098.6424.0848.04
Hex72985D1902728631830
Octal16223013531047501433060
Binary1110010100110001011101110010100111101000110001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72985D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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