Html Css Color HEX #769559 Highland

📋 copy color: '#769559'

red 118 ◦ green 149 ◦ blue 89

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

Shades of Highland #769559

Tints of Highland #769559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25%

R = 33.15%
G = 41.85%
B = 25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#769559 (or 0x769559) is known color: Highland. HEX triplet: 76, 95 and 59. RGB value is (118,149,89). Sum of RGB (Red+Green+Blue) = 118+149+89=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #769559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769559 is #896AA6. Grayscale: #858585. Windows color (decimal): -9005735 or 5870966. OLE color: 5870966.

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

Color convert

RGB 118 149 89 -
CMYK 0.21 0 0.40 0.42
HSL 91º 0.25% 0.47% -
HSV(B) 91º 0.4% 0.58% -
XYZ 20.02 26.07 13.43 -
YUV 132.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 118 149 89 0.21 0 0.40 0.42 91 0.25 0.47
Hex 76 95 59 15 0 28 2A 5B 19 2F
Octal 166 225 131 25 0 50 52 133 31 57
Binary 1110110 10010101 1011001 10101 0 101000 101010 1011011 11001 101111

Color Harmonies of #769559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769559

Black with #769559

Text Example


Text Example

White with #769559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769559; }

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

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

background-color css

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

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

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

border-color css

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

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

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