Html Css Color HEX #959D6D Avocado

📋 copy color: '#959D6D'

red 149 ◦ green 157 ◦ blue 109

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

Shades of Avocado #959D6D

Tints of Avocado #959D6D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

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

R = 35.9%
G = 37.83%
B = 26.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#959D6D (or 0x959D6D) is known color: Avocado. HEX triplet: 95, 9D and 6D. RGB value is (149,157,109). Sum of RGB (Red+Green+Blue) = 149+157+109=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 157 - color contains mainly: green. Hex color #959D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D6D is #6A6292. Grayscale: #959595. Windows color (decimal): -6972051 or 7183765. OLE color: 7183765.

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

Color convert

RGB 149 157 109 -
CMYK 0.05 0 0.31 0.38
HSL 70º 0.2% 0.52% -
HSV(B) 70º 0.31% 0.62% -
XYZ 27.21 31.61 19.13 -
YUV 149.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 149 157 109 0.05 0 0.31 0.38 70 0.2 0.52
Hex 95 9D 6D 5 0 1F 26 46 14 34
Octal 225 235 155 5 0 37 46 106 24 64
Binary 10010101 10011101 1101101 101 0 11111 100110 1000110 10100 110100

Color Harmonies of #959D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D6D

Black with #959D6D

Text Example


Text Example

White with #959D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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