#769659

Color #769659 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #769659

Tints of Highland #769659

Color information

#769659 (or 0x769659) is unknown color: approx Highland. HEX triplet: 76, 96 and 59. RGB value is (118,150,89). Sum of RGB (Red+Green+Blue) = 118+150+89=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #769659 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769659 is #8969A6. Grayscale: #858585. Windows color (decimal): -9005479 or 5871222. OLE color: 5871222.

HSL color Cylindrical-coordinate representation of color #769659: hue angle of 91.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769659 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB11815089-
CMYK0.2100.410.41
HSL91.48º25.52%46.86%-
HSV(B)91.48º40.67%58.82%-
XYZ20.1826.3913.48-
YUV133.48102.9116.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=33.05%
G=42.02%
B=24.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150890.2100.410.4191.4825.5246.86
Hex76965915029295b1a2f
Octal16622613125051511333257
Binary1110110100101101011001101010101001101001101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769659; }

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

 H1.HeaderClassName
 {
   color: #769659;
 }
 .AnyTagClassName
 {
   color: #769659;
 }
</style>
background-color css

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

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

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

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

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

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