#769457

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

Shades of Highland #769457

Tints of Highland #769457

Color information

#769457 (or 0x769457) is unknown color: approx Highland. HEX triplet: 76, 94 and 57. RGB value is (118,148,87). Sum of RGB (Red+Green+Blue) = 118+148+87=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #769457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769457 is #896BA8. Grayscale: #848484. Windows color (decimal): -9005993 or 5739638. OLE color: 5739638.

HSL color Cylindrical-coordinate representation of color #769457: hue angle of 89.51º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769457 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB11814887-
CMYK0.2000.410.42
HSL89.51º25.96%46.08%-
HSV(B)89.51º41.22%58.04%-
XYZ19.7825.7212.94-
YUV132.08102.56117.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=33.43%
G=41.93%
B=24.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148870.2000.410.4289.5125.9646.08
Hex769457140292A5a1a2e
Octal16622412724051521323256
Binary1110110100101001010111101000101001101010101101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769457; }

 p { color: rgb(118,148,87); }

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

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

 a { background-color: rgb(118,148,87); }

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

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

 span { border-color: rgb(118,148,87); }

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