#959C67

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

Shades of Avocado #959C67

Tints of Avocado #959C67

Color information

#959C67 (or 0x959C67) is unknown color: approx Avocado. HEX triplet: 95, 9C and 67. RGB value is (149,156,103). Sum of RGB (Red+Green+Blue) = 149+156+103=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #959C67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C67 is #6A6398. Grayscale: #949494. Windows color (decimal): -6972313 or 6790293. OLE color: 6790293.

HSL color Cylindrical-coordinate representation of color #959C67: hue angle of 67.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #959C67 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB149156103-
CMYK0.0400.340.39
HSL67.92º21.12%50.78%-
HSV(B)67.92º33.97%61.18%-
XYZ26.7331.1517.43-
YUV147.86102.68128.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.52%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 103 (40.62% from 255) = 25.25%
R=36.52%
G=38.24%
B=25.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491561030.0400.340.3967.9221.1250.78
Hex959C67402227441533
Octal2252341474042471042563
Binary100101011001110011001111000100010100111100010010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,156,103); }

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

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

 a { background-color: rgb(149,156,103); }

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

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

 span { border-color: rgb(149,156,103); }

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