#769060

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

Shades of Highland #769060

Tints of Highland #769060

Color information

#769060 (or 0x769060) is unknown color: approx Highland. HEX triplet: 76, 90 and 60. RGB value is (118,144,96). Sum of RGB (Red+Green+Blue) = 118+144+96=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #769060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769060 is #896F9F. Grayscale: #828282. Windows color (decimal): -9007008 or 6328438. OLE color: 6328438.

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

Color convert

RGB11814496-
CMYK0.1800.330.44
HSL92.5º20%47.06%-
HSV(B)92.5º33.33%56.47%-
XYZ19.5624.6414.79-
YUV130.75108.39118.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.96%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 96 (37.89% from 255) = 26.82%
R=32.96%
G=40.22%
B=26.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118144960.1800.330.4492.52047.06
Hex769060120212C5c142f
Octal16622014022041541342457
Binary1110110100100001100000100100100001101100101110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769060; }

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

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

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

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

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

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

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

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