Html Css Color HEX #759155 Highland

📋 copy color: '#759155'

red 117 ◦ green 145 ◦ blue 85

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

Shades of Highland #759155

Tints of Highland #759155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.79%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 33.72%
G = 41.79%
B = 24.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#759155 (or 0x759155) is known color: Highland. HEX triplet: 75, 91 and 55. RGB value is (117,145,85). Sum of RGB (Red+Green+Blue) = 117+145+85=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 145 (57.03% from 255 or 41.79% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 145 - color contains mainly: green. Hex color #759155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759155 is #8A6EAA. Grayscale: #828282. Windows color (decimal): -9072299 or 5607797. OLE color: 5607797.

HSL color Cylindrical-coordinate representation of color #759155: hue angle of 88º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759155 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 85 -
CMYK 0.19 0 0.41 0.43
HSL 88º 0.26% 0.45% -
HSV(B) 88º 0.41% 0.57% -
XYZ 19.1 24.69 12.35 -
YUV 129.79 102.72 118.88 -
System Red Green Blue C M Y K H S L
Decimal 117 145 85 0.19 0 0.41 0.43 88 0.26 0.45
Hex 75 91 55 13 0 29 2B 58 1A 2D
Octal 165 221 125 23 0 51 53 130 32 55
Binary 1110101 10010001 1010101 10011 0 101001 101011 1011000 11010 101101

Color Harmonies of #759155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759155

Black with #759155

Text Example


Text Example

White with #759155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759155; }

 p { color: rgb(117,145,85); }

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

background-color css

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

 a { background-color: rgb(117,145,85); }

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

border-color css

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

 span { border-color: rgb(117,145,85); }

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