Html Css Color HEX #759062 Highland

📋 copy color: '#759062'

red 117 ◦ green 144 ◦ blue 98

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

Shades of Highland #759062

Tints of Highland #759062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.11%

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 32.59%
G = 40.11%
B = 27.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#759062 (or 0x759062) is known color: Highland. HEX triplet: 75, 90 and 62. RGB value is (117,144,98). Sum of RGB (Red+Green+Blue) = 117+144+98=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #759062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759062 is #8A6F9D. Grayscale: #828282. Windows color (decimal): -9072542 or 6459509. OLE color: 6459509.

HSL color Cylindrical-coordinate representation of color #759062: hue angle of 95.22º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759062 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 98 -
CMYK 0.19 0 0.32 0.44
HSL 95.22º 0.19% 0.47% -
HSV(B) 95.22º 0.32% 0.56% -
XYZ 19.51 24.61 15.28 -
YUV 130.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 117 144 98 0.19 0 0.32 0.44 95.22 0.19 0.47
Hex 75 90 62 13 0 20 2C 5F 13 2F
Octal 165 220 142 23 0 40 54 137 23 57
Binary 1110101 10010000 1100010 10011 0 100000 101100 1011111 10011 101111

Color Harmonies of #759062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759062

Black with #759062

Text Example


Text Example

White with #759062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759062; }

 p { color: rgb(117,144,98); }

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

background-color css

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

 a { background-color: rgb(117,144,98); }

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

border-color css

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

 span { border-color: rgb(117,144,98); }

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