Html Css Color HEX #759961 Highland

📋 copy color: '#759961'

red 117 ◦ green 153 ◦ blue 97

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

Shades of Highland #759961

Tints of Highland #759961

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.69%

 BLUE value IS 97 (38.28% from 255) = 26.43%

R = 31.88%
G = 41.69%
B = 26.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#759961 (or 0x759961) is known color: Highland. HEX triplet: 75, 99 and 61. RGB value is (117,153,97). Sum of RGB (Red+Green+Blue) = 117+153+97=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #759961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759961 is #8A669E. Grayscale: #888888. Windows color (decimal): -9070239 or 6396277. OLE color: 6396277.

HSL color Cylindrical-coordinate representation of color #759961: hue angle of 98.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #759961 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 97 -
CMYK 0.24 0 0.37 0.4
HSL 98.57º 0.22% 0.49% -
HSV(B) 98.57º 0.37% 0.6% -
XYZ 20.89 27.43 15.5 -
YUV 135.85 106.07 114.55 -
System Red Green Blue C M Y K H S L
Decimal 117 153 97 0.24 0 0.37 0.4 98.57 0.22 0.49
Hex 75 99 61 18 0 25 28 63 16 31
Octal 165 231 141 30 0 45 50 143 26 61
Binary 1110101 10011001 1100001 11000 0 100101 101000 1100011 10110 110001

Color Harmonies of #759961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759961

Black with #759961

Text Example


Text Example

White with #759961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759961; }

 p { color: rgb(117,153,97); }

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

background-color css

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

 a { background-color: rgb(117,153,97); }

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

border-color css

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

 span { border-color: rgb(117,153,97); }

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