Html Css Color HEX #759A63 Highland

📋 copy color: '#759A63'

red 117 ◦ green 154 ◦ blue 99

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

Shades of Highland #759A63

Tints of Highland #759A63

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.62%

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 31.62%
G = 41.62%
B = 26.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#759A63 (or 0x759A63) is known color: Highland. HEX triplet: 75, 9A and 63. RGB value is (117,154,99). Sum of RGB (Red+Green+Blue) = 117+154+99=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 154 - color contains mainly: green. Hex color #759A63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759A63 is #8A659C. Grayscale: #888888. Windows color (decimal): -9069981 or 6527605. OLE color: 6527605.

HSL color Cylindrical-coordinate representation of color #759A63: hue angle of 100.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #759A63 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 154 99 -
CMYK 0.24 0 0.36 0.40
HSL 100.36º 0.22% 0.5% -
HSV(B) 100.36º 0.36% 0.6% -
XYZ 21.14 27.79 16.05 -
YUV 136.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 117 154 99 0.24 0 0.36 0.40 100.36 0.22 0.5
Hex 75 9A 63 18 0 24 28 64 16 32
Octal 165 232 143 30 0 44 50 144 26 62
Binary 1110101 10011010 1100011 11000 0 100100 101000 1100100 10110 110010

Color Harmonies of #759A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759A63

Black with #759A63

Text Example


Text Example

White with #759A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759A63; }

 p { color: rgb(117,154,99); }

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

background-color css

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

 a { background-color: rgb(117,154,99); }

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

border-color css

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

 span { border-color: rgb(117,154,99); }

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