#769259

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

Shades of Highland #769259

Tints of Highland #769259

Color information

#769259 (or 0x769259) is unknown color: approx Highland. HEX triplet: 76, 92 and 59. RGB value is (118,146,89). Sum of RGB (Red+Green+Blue) = 118+146+89=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #769259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769259 is #896DA6. Grayscale: #838383. Windows color (decimal): -9006503 or 5870198. OLE color: 5870198.

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

Color convert

RGB11814689-
CMYK0.1900.390.43
HSL89.47º24.26%46.08%-
HSV(B)89.47º39.04%57.25%-
XYZ19.5525.1313.27-
YUV131.13104.22118.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=33.43%
G=41.36%
B=25.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146890.1900.390.4389.4724.2646.08
Hex769259130272B59182e
Octal16622213123047531313056
Binary1110110100100101011001100110100111101011101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769259; }

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

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

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

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

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

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

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

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