#769561

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

Shades of Highland #769561

Tints of Highland #769561

Color information

#769561 (or 0x769561) is unknown color: approx Highland. HEX triplet: 76, 95 and 61. RGB value is (118,149,97). Sum of RGB (Red+Green+Blue) = 118+149+97=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #769561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769561 is #896A9E. Grayscale: #858585. Windows color (decimal): -9005727 or 6395254. OLE color: 6395254.

HSL color Cylindrical-coordinate representation of color #769561: hue angle of 95.77º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #769561 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB11814997-
CMYK0.2100.350.42
HSL95.77º21.14%48.24%-
HSV(B)95.77º34.9%58.43%-
XYZ20.3826.2115.29-
YUV133.8107.23116.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.42%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=32.42%
G=40.93%
B=26.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149970.2100.350.4295.7721.1448.24
Hex769561150232A601530
Octal16622514125043521402560
Binary1110110100101011100001101010100011101010110000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769561; }

 p { color: rgb(118,149,97); }

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

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

 a { background-color: rgb(118,149,97); }

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

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

 span { border-color: rgb(118,149,97); }

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