Html Css Color HEX #759158 Highland

📋 copy color: '#759158'

red 117 ◦ green 145 ◦ blue 88

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

Shades of Highland #759158

Tints of Highland #759158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 33.43%
G = 41.43%
B = 25.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#759158 (or 0x759158) is known color: Highland. HEX triplet: 75, 91 and 58. RGB value is (117,145,88). Sum of RGB (Red+Green+Blue) = 117+145+88=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #759158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759158 is #8A6EA7. Grayscale: #828282. Windows color (decimal): -9072296 or 5804405. OLE color: 5804405.

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

Color convert

RGB 117 145 88 -
CMYK 0.19 0 0.39 0.43
HSL 89.47º 0.24% 0.46% -
HSV(B) 89.47º 0.39% 0.57% -
XYZ 19.22 24.74 12.99 -
YUV 130.13 104.22 118.63 -
System Red Green Blue C M Y K H S L
Decimal 117 145 88 0.19 0 0.39 0.43 89.47 0.24 0.46
Hex 75 91 58 13 0 27 2B 59 18 2E
Octal 165 221 130 23 0 47 53 131 30 56
Binary 1110101 10010001 1011000 10011 0 100111 101011 1011001 11000 101110

Color Harmonies of #759158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759158

Black with #759158

Text Example


Text Example

White with #759158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759158; }

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

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

background-color css

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

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

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

border-color css

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

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

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