#769250

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

Shades of Highland #769250

Tints of Highland #769250

Color information

#769250 (or 0x769250) is unknown color: approx Highland. HEX triplet: 76, 92 and 50. RGB value is (118,146,80). Sum of RGB (Red+Green+Blue) = 118+146+80=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #769250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769250 is #896DAF. Grayscale: #828282. Windows color (decimal): -9006512 or 5280374. OLE color: 5280374.

HSL color Cylindrical-coordinate representation of color #769250: hue angle of 85.45º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769250 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB11814680-
CMYK0.1900.450.43
HSL85.45º29.2%44.31%-
HSV(B)85.45º45.21%57.25%-
XYZ19.224.9911.4-
YUV130.199.72119.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 146 (57.42% from 255) = 42.44%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=34.30%
G=42.44%
B=23.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146800.1900.450.4385.4529.244.31
Hex7692501302D2B551d2c
Octal16622212023055531253554
Binary1110110100100101010000100110101101101011101010111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769250; }

 p { color: rgb(118,146,80); }

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

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

 a { background-color: rgb(118,146,80); }

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

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

 span { border-color: rgb(118,146,80); }

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