#769760

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

Shades of Highland #769760

Tints of Highland #769760

Color information

#769760 (or 0x769760) is unknown color: approx Highland. HEX triplet: 76, 97 and 60. RGB value is (118,151,96). Sum of RGB (Red+Green+Blue) = 118+151+96=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 151 - color contains mainly: green. Hex color #769760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769760 is #89689F. Grayscale: #878787. Windows color (decimal): -9005216 or 6330230. OLE color: 6330230.

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

Color convert

RGB11815196-
CMYK0.2200.360.41
HSL96º22.27%48.43%-
HSV(B)96º36.42%59.22%-
XYZ20.6526.8315.16-
YUV134.86106.07115.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=32.33%
G=41.37%
B=26.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151960.2200.360.419622.2748.43
Hex7697601602429601630
Octal16622714026044511402660
Binary1110110100101111100000101100100100101001110000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769760; }

 p { color: rgb(118,151,96); }

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

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

 a { background-color: rgb(118,151,96); }

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

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

 span { border-color: rgb(118,151,96); }

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