#769762

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

Shades of Highland #769762

Tints of Highland #769762

Color information

#769762 (or 0x769762) is unknown color: approx Highland. HEX triplet: 76, 97 and 62. RGB value is (118,151,98). Sum of RGB (Red+Green+Blue) = 118+151+98=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #769762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769762 is #89689D. Grayscale: #878787. Windows color (decimal): -9005214 or 6461302. OLE color: 6461302.

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

Color convert

RGB11815198-
CMYK0.2200.350.41
HSL97.36º21.29%48.82%-
HSV(B)97.36º35.1%59.22%-
XYZ20.7426.8715.65-
YUV135.09107.07115.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 151 (59.38% from 255) = 41.14%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=32.15%
G=41.14%
B=26.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118151980.2200.350.4197.3621.2948.82
Hex7697621602329611531
Octal16622714226043511412561
Binary1110110100101111100010101100100011101001110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769762; }

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

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

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

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

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

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

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

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