#72965D

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

Shades of Highland #72965D

Tints of Highland #72965D

Color information

#72965D (or 0x72965D) is unknown color: approx Highland. HEX triplet: 72, 96 and 5D. RGB value is (114,150,93). Sum of RGB (Red+Green+Blue) = 114+150+93=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #72965D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72965D is #8D69A2. Grayscale: #848484. Windows color (decimal): -9267619 or 6133362. OLE color: 6133362.

HSL color Cylindrical-coordinate representation of color #72965D: hue angle of 97.89º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72965D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB11415093-
CMYK0.2400.380.41
HSL97.89º23.46%47.65%-
HSV(B)97.89º38%58.82%-
XYZ19.8226.1814.36-
YUV132.74105.57114.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.93%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 93 (36.72% from 255) = 26.05%
R=31.93%
G=42.02%
B=26.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150930.2400.380.4197.8923.4647.65
Hex72965D1802629621730
Octal16222613530046511422760
Binary1110010100101101011101110000100110101001110001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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