#769455

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

Shades of Highland #769455

Tints of Highland #769455

Color information

#769455 (or 0x769455) is unknown color: approx Highland. HEX triplet: 76, 94 and 55. RGB value is (118,148,85). Sum of RGB (Red+Green+Blue) = 118+148+85=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #769455 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769455 is #896BAA. Grayscale: #848484. Windows color (decimal): -9005995 or 5608566. OLE color: 5608566.

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

Color convert

RGB11814885-
CMYK0.2000.430.42
HSL88.57º27.04%45.69%-
HSV(B)88.57º42.57%58.04%-
XYZ19.725.6912.51-
YUV131.85101.56118.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=33.62%
G=42.17%
B=24.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148850.2000.430.4288.5727.0445.69
Hex7694551402B2A591b2e
Octal16622412524053521313356
Binary1110110100101001010101101000101011101010101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769455; }

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

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

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

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

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

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

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

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