Html Css Color HEX #959B6A Avocado

📋 copy color: '#959B6A'

red 149 ◦ green 155 ◦ blue 106

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

Shades of Avocado #959B6A

Tints of Avocado #959B6A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.8%

 BLUE value IS 106 (41.8% from 255) = 25.85%

R = 36.34%
G = 37.8%
B = 25.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#959B6A (or 0x959B6A) is known color: Avocado. HEX triplet: 95, 9B and 6A. RGB value is (149,155,106). Sum of RGB (Red+Green+Blue) = 149+155+106=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #959B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B6A is #6A6495. Grayscale: #939393. Windows color (decimal): -6972566 or 6986645. OLE color: 6986645.

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

Color convert

RGB 149 155 106 -
CMYK 0.04 0 0.32 0.39
HSL 67.35º 0.2% 0.51% -
HSV(B) 67.35º 0.32% 0.61% -
XYZ 26.72 30.87 18.19 -
YUV 147.62 104.51 128.98 -
System Red Green Blue C M Y K H S L
Decimal 149 155 106 0.04 0 0.32 0.39 67.35 0.2 0.51
Hex 95 9B 6A 4 0 20 27 43 14 33
Octal 225 233 152 4 0 40 47 103 24 63
Binary 10010101 10011011 1101010 100 0 100000 100111 1000011 10100 110011

Color Harmonies of #959B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B6A

Black with #959B6A

Text Example


Text Example

White with #959B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,106); }

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

background-color css

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

 a { background-color: rgb(149,155,106); }

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

border-color css

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

 span { border-color: rgb(149,155,106); }

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