Html Css Color HEX #959B6D Avocado

📋 copy color: '#959B6D'

red 149 ◦ green 155 ◦ blue 109

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

Shades of Avocado #959B6D

Tints of Avocado #959B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 36.08%
G = 37.53%
B = 26.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#959B6D (or 0x959B6D) is known color: Avocado. HEX triplet: 95, 9B and 6D. RGB value is (149,155,109). Sum of RGB (Red+Green+Blue) = 149+155+109=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 155 - color contains mainly: green. Hex color #959B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B6D is #6A6492. Grayscale: #949494. Windows color (decimal): -6972563 or 7183253. OLE color: 7183253.

HSL color Cylindrical-coordinate representation of color #959B6D: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #959B6D is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 109 -
CMYK 0.04 0 0.30 0.39
HSL 67.83º 0.19% 0.52% -
HSV(B) 67.83º 0.3% 0.61% -
XYZ 26.88 30.94 19.02 -
YUV 147.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 149 155 109 0.04 0 0.30 0.39 67.83 0.19 0.52
Hex 95 9B 6D 4 0 1E 27 44 13 34
Octal 225 233 155 4 0 36 47 104 23 64
Binary 10010101 10011011 1101101 100 0 11110 100111 1000100 10011 110100

Color Harmonies of #959B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B6D

Black with #959B6D

Text Example


Text Example

White with #959B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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