#769555

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

Shades of Highland #769555

Tints of Highland #769555

Color information

#769555 (or 0x769555) is unknown color: approx Highland. HEX triplet: 76, 95 and 55. RGB value is (118,149,85). Sum of RGB (Red+Green+Blue) = 118+149+85=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #769555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769555 is #896AAA. Grayscale: #848484. Windows color (decimal): -9005739 or 5608822. OLE color: 5608822.

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

Color convert

RGB11814985-
CMYK0.2100.430.42
HSL89.06º27.35%45.88%-
HSV(B)89.06º42.95%58.43%-
XYZ19.862612.57-
YUV132.44101.23117.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 85 (33.59% from 255) = 24.15%
R=33.52%
G=42.33%
B=24.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149850.2100.430.4289.0627.3545.88
Hex7695551502B2A591b2e
Octal16622512525053521313356
Binary1110110100101011010101101010101011101010101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769555; }

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

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

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

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

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

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

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

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