#769158

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

Shades of Highland #769158

Tints of Highland #769158

Color information

#769158 (or 0x769158) is unknown color: approx Highland. HEX triplet: 76, 91 and 58. RGB value is (118,145,88). Sum of RGB (Red+Green+Blue) = 118+145+88=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #769158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769158 is #896EA7. Grayscale: #828282. Windows color (decimal): -9006760 or 5804406. OLE color: 5804406.

HSL color Cylindrical-coordinate representation of color #769158: hue angle of 88.42º 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 #769158 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB11814588-
CMYK0.1900.390.43
HSL88.42º24.46%45.69%-
HSV(B)88.42º39.31%56.86%-
XYZ19.3624.8113-
YUV130.43104.05119.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=33.62%
G=41.31%
B=25.07%

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
Decimal118145880.1900.390.4388.4224.4645.69
Hex769158130272B58182e
Octal16622113023047531303056
Binary1110110100100011011000100110100111101011101100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769158; }

 p { color: rgb(118,145,88); }

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

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

 a { background-color: rgb(118,145,88); }

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

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

 span { border-color: rgb(118,145,88); }

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