Html Css Color HEX #769059 Highland

📋 copy color: '#769059'

red 118 ◦ green 144 ◦ blue 89

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

Shades of Highland #769059

Tints of Highland #769059

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.03%

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

R = 33.62%
G = 41.03%
B = 25.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.44

RGB Variations

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

Color information

#769059 (or 0x769059) is known color: Highland. HEX triplet: 76, 90 and 59. RGB value is (118,144,89). Sum of RGB (Red+Green+Blue) = 118+144+89=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 144 - color contains mainly: green. Hex color #769059 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769059 is #896FA6. Grayscale: #828282. Windows color (decimal): -9007015 or 5869686. OLE color: 5869686.

HSL color Cylindrical-coordinate representation of color #769059: hue angle of 88.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #769059 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 144 89 -
CMYK 0.18 0 0.38 0.44
HSL 88.36º 0.24% 0.46% -
HSV(B) 88.36º 0.38% 0.56% -
XYZ 19.25 24.52 13.17 -
YUV 129.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 118 144 89 0.18 0 0.38 0.44 88.36 0.24 0.46
Hex 76 90 59 12 0 26 2C 58 18 2E
Octal 166 220 131 22 0 46 54 130 30 56
Binary 1110110 10010000 1011001 10010 0 100110 101100 1011000 11000 101110

Color Harmonies of #769059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769059

Black with #769059

Text Example


Text Example

White with #769059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769059; }

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

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

background-color css

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

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

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

border-color css

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

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

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