Html Css Color HEX #769561 Highland

📋 copy color: '#769561'

red 118 ◦ green 149 ◦ blue 97

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

Shades of Highland #769561

Tints of Highland #769561

RGB

 RED value IS 118 (46.48% from 255) = 32.42%

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

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

R = 32.42%
G = 40.93%
B = 26.65%

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

#769561 (or 0x769561) is known color: Highland. HEX triplet: 76, 95 and 61. RGB value is (118,149,97). Sum of RGB (Red+Green+Blue) = 118+149+97=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #769561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769561 is #896A9E. Grayscale: #858585. Windows color (decimal): -9005727 or 6395254. OLE color: 6395254.

HSL color Cylindrical-coordinate representation of color #769561: hue angle of 95.77º 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 #769561 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 149 97 -
CMYK 0.21 0 0.35 0.42
HSL 95.77º 0.21% 0.48% -
HSV(B) 95.77º 0.35% 0.58% -
XYZ 20.38 26.21 15.29 -
YUV 133.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 118 149 97 0.21 0 0.35 0.42 95.77 0.21 0.48
Hex 76 95 61 15 0 23 2A 60 15 30
Octal 166 225 141 25 0 43 52 140 25 60
Binary 1110110 10010101 1100001 10101 0 100011 101010 1100000 10101 110000

Color Harmonies of #769561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769561

Black with #769561

Text Example


Text Example

White with #769561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769561; }

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

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

background-color css

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

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

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

border-color css

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

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

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