#959E69

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

Shades of Avocado #959E69

Tints of Avocado #959E69

Color information

#959E69 (or 0x959E69) is unknown color: approx Avocado. HEX triplet: 95, 9E and 69. RGB value is (149,158,105). Sum of RGB (Red+Green+Blue) = 149+158+105=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 158 (62.11% from 255 or 38.35% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 158 - color contains mainly: green. Hex color #959E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959E69 is #6A6196. Grayscale: #959595. Windows color (decimal): -6971799 or 6921877. OLE color: 6921877.

HSL color Cylindrical-coordinate representation of color #959E69: hue angle of 70.19º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959E69 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB149158105-
CMYK0.0600.340.38
HSL70.19º21.46%51.57%-
HSV(B)70.19º33.54%61.96%-
XYZ27.1731.8618.08-
YUV149.27103.02127.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 158 (62.11% from 255) = 38.35%
BLUE value IS 105 (41.41% from 255) = 25.49%
R=36.17%
G=38.35%
B=25.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491581050.0600.340.3870.1921.4651.57
Hex959E69602226461534
Octal2252361516042461062564
Binary100101011001111011010011100100010100110100011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959E69; }

 p { color: rgb(149,158,105); }

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

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

 a { background-color: rgb(149,158,105); }

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

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

 span { border-color: rgb(149,158,105); }

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