#769359

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

Shades of Highland #769359

Tints of Highland #769359

Color information

#769359 (or 0x769359) is unknown color: approx Highland. HEX triplet: 76, 93 and 59. RGB value is (118,147,89). Sum of RGB (Red+Green+Blue) = 118+147+89=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #769359 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769359 is #896CA6. Grayscale: #838383. Windows color (decimal): -9006247 or 5870454. OLE color: 5870454.

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

Color convert

RGB11814789-
CMYK0.2000.390.42
HSL90º24.58%46.27%-
HSV(B)90º39.46%57.65%-
XYZ19.7125.4413.32-
YUV131.72103.89118.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 41.53%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=33.33%
G=41.53%
B=25.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147890.2000.390.429024.5846.27
Hex769359140272A5a192e
Octal16622313124047521323156
Binary1110110100100111011001101000100111101010101101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769359; }

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

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

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

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

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

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

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

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