Html Css Color HEX #759663 Highland

📋 copy color: '#759663'

red 117 ◦ green 150 ◦ blue 99

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

Shades of Highland #759663

Tints of Highland #759663

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.98%

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

R = 31.97%
G = 40.98%
B = 27.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#759663 (or 0x759663) is known color: Highland. HEX triplet: 75, 96 and 63. RGB value is (117,150,99). Sum of RGB (Red+Green+Blue) = 117+150+99=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #759663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759663 is #8A699C. Grayscale: #868686. Windows color (decimal): -9071005 or 6526581. OLE color: 6526581.

HSL color Cylindrical-coordinate representation of color #759663: hue angle of 98.82º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759663 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 150 99 -
CMYK 0.22 0 0.34 0.41
HSL 98.82º 0.2% 0.49% -
HSV(B) 98.82º 0.34% 0.59% -
XYZ 20.49 26.5 15.84 -
YUV 134.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 117 150 99 0.22 0 0.34 0.41 98.82 0.2 0.49
Hex 75 96 63 16 0 22 29 63 14 31
Octal 165 226 143 26 0 42 51 143 24 61
Binary 1110101 10010110 1100011 10110 0 100010 101001 1100011 10100 110001

Color Harmonies of #759663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759663

Black with #759663

Text Example


Text Example

White with #759663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759663; }

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

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

background-color css

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

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

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

border-color css

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

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

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