Html Css Color HEX #759561 Highland

📋 copy color: '#759561'

red 117 ◦ green 149 ◦ blue 97

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

Shades of Highland #759561

Tints of Highland #759561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.05%

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

R = 32.23%
G = 41.05%
B = 26.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#759561 (or 0x759561) is known color: Highland. HEX triplet: 75, 95 and 61. RGB value is (117,149,97). Sum of RGB (Red+Green+Blue) = 117+149+97=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 149 - color contains mainly: green. Hex color #759561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759561 is #8A6A9E. Grayscale: #858585. Windows color (decimal): -9071263 or 6395253. OLE color: 6395253.

HSL color Cylindrical-coordinate representation of color #759561: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #759561 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 97 -
CMYK 0.21 0 0.35 0.42
HSL 96.92º 0.21% 0.48% -
HSV(B) 96.92º 0.35% 0.58% -
XYZ 20.24 26.14 15.29 -
YUV 133.5 107.4 116.23 -
System Red Green Blue C M Y K H S L
Decimal 117 149 97 0.21 0 0.35 0.42 96.92 0.21 0.48
Hex 75 95 61 15 0 23 2A 61 15 30
Octal 165 225 141 25 0 43 52 141 25 60
Binary 1110101 10010101 1100001 10101 0 100011 101010 1100001 10101 110000

Color Harmonies of #759561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759561

Black with #759561

Text Example


Text Example

White with #759561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759561; }

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

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

background-color css

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

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

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

border-color css

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

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

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