Html Css Color HEX #959D6B Avocado

📋 copy color: '#959D6B'

red 149 ◦ green 157 ◦ blue 107

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

Shades of Avocado #959D6B

Tints of Avocado #959D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.91%

R = 36.08%
G = 38.01%
B = 25.91%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#959D6B (or 0x959D6B) is known color: Avocado. HEX triplet: 95, 9D and 6B. RGB value is (149,157,107). Sum of RGB (Red+Green+Blue) = 149+157+107=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 157 - color contains mainly: green. Hex color #959D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D6B is #6A6294. Grayscale: #959595. Windows color (decimal): -6972053 or 7052693. OLE color: 7052693.

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

Color convert

RGB 149 157 107 -
CMYK 0.05 0 0.32 0.38
HSL 69.6º 0.2% 0.52% -
HSV(B) 69.6º 0.32% 0.62% -
XYZ 27.11 31.57 18.57 -
YUV 148.91 104.35 128.07 -
System Red Green Blue C M Y K H S L
Decimal 149 157 107 0.05 0 0.32 0.38 69.6 0.2 0.52
Hex 95 9D 6B 5 0 20 26 46 14 34
Octal 225 235 153 5 0 40 46 106 24 64
Binary 10010101 10011101 1101011 101 0 100000 100110 1000110 10100 110100

Color Harmonies of #959D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D6B

Black with #959D6B

Text Example


Text Example

White with #959D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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