Html Css Color HEX #739960 Highland

📋 copy color: '#739960'

red 115 ◦ green 153 ◦ blue 96

#739960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #739960

Tints of Highland #739960

RGB

 RED value IS 115 (45.31% from 255) = 31.59%

 GREEN value IS 153 (60.16% from 255) = 42.03%

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 31.59%
G = 42.03%
B = 26.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#739960 (or 0x739960) is known color: Highland. HEX triplet: 73, 99 and 60. RGB value is (115,153,96). Sum of RGB (Red+Green+Blue) = 115+153+96=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #739960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739960 is #8C669F. Grayscale: #878787. Windows color (decimal): -9201312 or 6330739. OLE color: 6330739.

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

Color convert

RGB 115 153 96 -
CMYK 0.25 0 0.37 0.4
HSL 100º 0.23% 0.49% -
HSV(B) 100º 0.37% 0.6% -
XYZ 20.57 27.27 15.25 -
YUV 135.14 105.91 113.63 -
System Red Green Blue C M Y K H S L
Decimal 115 153 96 0.25 0 0.37 0.4 100 0.23 0.49
Hex 73 99 60 19 0 25 28 64 17 31
Octal 163 231 140 31 0 45 50 144 27 61
Binary 1110011 10011001 1100000 11001 0 100101 101000 1100100 10111 110001

Color Harmonies of #739960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739960

Black with #739960

Text Example


Text Example

White with #739960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739960; }

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

 H1.HeaderClassName
 {
   color: #739960;
 }
 .AnyTagClassName
 {
   color: #739960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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