Html Css Color HEX #959A6C Avocado

📋 copy color: '#959A6C'

red 149 ◦ green 154 ◦ blue 108

#959A6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Avocado #959A6C

Tints of Avocado #959A6C

RGB

 RED value IS 149 (58.59% from 255) = 36.25%

 GREEN value IS 154 (60.55% from 255) = 37.47%

 BLUE value IS 108 (42.58% from 255) = 26.28%

R = 36.25%
G = 37.47%
B = 26.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#959A6C (or 0x959A6C) is known color: Avocado. HEX triplet: 95, 9A and 6C. RGB value is (149,154,108). Sum of RGB (Red+Green+Blue) = 149+154+108=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #959A6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959A6C is #6A6593. Grayscale: #939393. Windows color (decimal): -6972820 or 7117461. OLE color: 7117461.

HSL color Cylindrical-coordinate representation of color #959A6C: hue angle of 66.52º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959A6C is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 108 -
CMYK 0.03 0 0.30 0.40
HSL 66.52º 0.19% 0.51% -
HSV(B) 66.52º 0.3% 0.6% -
XYZ 26.66 30.58 18.69 -
YUV 147.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 149 154 108 0.03 0 0.30 0.40 66.52 0.19 0.51
Hex 95 9A 6C 3 0 1E 28 43 13 33
Octal 225 232 154 3 0 36 50 103 23 63
Binary 10010101 10011010 1101100 11 0 11110 101000 1000011 10011 110011

Color Harmonies of #959A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A6C

Black with #959A6C

Text Example


Text Example

White with #959A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,154,108); }

 H1.HeaderClassName
 {
   color: #959A6C;
 }
 .AnyTagClassName
 {
   color: #959A6C;
 }
</style>

background-color css

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

 a { background-color: rgb(149,154,108); }

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

border-color css

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

 span { border-color: rgb(149,154,108); }

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