#769356

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

Shades of Highland #769356

Tints of Highland #769356

Color information

#769356 (or 0x769356) is unknown color: approx Highland. HEX triplet: 76, 93 and 56. RGB value is (118,147,86). Sum of RGB (Red+Green+Blue) = 118+147+86=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 147 - color contains mainly: green. Hex color #769356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769356 is #896CA9. Grayscale: #838383. Windows color (decimal): -9006250 or 5673846. OLE color: 5673846.

HSL color Cylindrical-coordinate representation of color #769356: hue angle of 88.52º 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 #769356 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB11814786-
CMYK0.2000.410.42
HSL88.52º26.18%45.69%-
HSV(B)88.52º41.5%57.65%-
XYZ19.5825.3912.67-
YUV131.38102.39118.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=33.62%
G=41.88%
B=24.50%

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
Decimal118147860.2000.410.4288.5226.1845.69
Hex769356140292A591a2e
Octal16622312624051521313256
Binary1110110100100111010110101000101001101010101100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769356; }

 p { color: rgb(118,147,86); }

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

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

 a { background-color: rgb(118,147,86); }

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

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

 span { border-color: rgb(118,147,86); }

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