#739962

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

Shades of Highland #739962

Tints of Highland #739962

Color information

#739962 (or 0x739962) is unknown color: approx Highland. HEX triplet: 73, 99 and 62. RGB value is (115,153,98). Sum of RGB (Red+Green+Blue) = 115+153+98=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #739962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739962 is #8C669D. Grayscale: #878787. Windows color (decimal): -9201310 or 6461811. OLE color: 6461811.

HSL color Cylindrical-coordinate representation of color #739962: hue angle of 101.45º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #739962 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB11515398-
CMYK0.2500.360.4
HSL101.45º21.91%49.22%-
HSV(B)101.45º35.95%60%-
XYZ20.6727.3115.74-
YUV135.37106.91113.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=31.42%
G=41.80%
B=26.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115153980.2500.360.4101.4521.9149.22
Hex7399621902428651631
Octal16323114231044501452661
Binary1110011100110011100010110010100100101000110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739962; }

 p { color: rgb(115,153,98); }

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

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

 a { background-color: rgb(115,153,98); }

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

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

 span { border-color: rgb(115,153,98); }

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