Html Css Color HEX #759360 Highland

📋 copy color: '#759360'

red 117 ◦ green 147 ◦ blue 96

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

Shades of Highland #759360

Tints of Highland #759360

RGB

 RED value IS 117 (46.09% from 255) = 32.5%

 GREEN value IS 147 (57.81% from 255) = 40.83%

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

R = 32.5%
G = 40.83%
B = 26.67%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#759360 (or 0x759360) is known color: Highland. HEX triplet: 75, 93 and 60. RGB value is (117,147,96). Sum of RGB (Red+Green+Blue) = 117+147+96=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #759360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759360 is #8A6C9F. Grayscale: #848484. Windows color (decimal): -9071776 or 6329205. OLE color: 6329205.

HSL color Cylindrical-coordinate representation of color #759360: hue angle of 95.29º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #759360 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 96 -
CMYK 0.20 0 0.35 0.42
HSL 95.29º 0.21% 0.48% -
HSV(B) 95.29º 0.35% 0.58% -
XYZ 19.88 25.49 14.94 -
YUV 132.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 117 147 96 0.20 0 0.35 0.42 95.29 0.21 0.48
Hex 75 93 60 14 0 23 2A 5F 15 30
Octal 165 223 140 24 0 43 52 137 25 60
Binary 1110101 10010011 1100000 10100 0 100011 101010 1011111 10101 110000

Color Harmonies of #759360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759360

Black with #759360

Text Example


Text Example

White with #759360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759360; }

 p { color: rgb(117,147,96); }

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

background-color css

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

 a { background-color: rgb(117,147,96); }

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

border-color css

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

 span { border-color: rgb(117,147,96); }

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