Html Css Color HEX #959970 Avocado

📋 copy color: '#959970'

red 149 ◦ green 153 ◦ blue 112

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

Shades of Avocado #959970

Tints of Avocado #959970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 35.99%
G = 36.96%
B = 27.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#959970 (or 0x959970) is known color: Avocado. HEX triplet: 95, 99 and 70. RGB value is (149,153,112). Sum of RGB (Red+Green+Blue) = 149+153+112=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #959970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959970 is #6A668F. Grayscale: #939393. Windows color (decimal): -6973072 or 7379349. OLE color: 7379349.

HSL color Cylindrical-coordinate representation of color #959970: hue angle of 65.85º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959970 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 112 -
CMYK 0.03 0 0.27 0.4
HSL 65.85º 0.17% 0.52% -
HSV(B) 65.85º 0.27% 0.6% -
XYZ 26.71 30.34 19.78 -
YUV 147.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 149 153 112 0.03 0 0.27 0.4 65.85 0.17 0.52
Hex 95 99 70 3 0 1B 28 42 11 34
Octal 225 231 160 3 0 33 50 102 21 64
Binary 10010101 10011001 1110000 11 0 11011 101000 1000010 10001 110100

Color Harmonies of #959970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959970

Black with #959970

Text Example


Text Example

White with #959970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959970; }

 p { color: rgb(149,153,112); }

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

background-color css

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

 a { background-color: rgb(149,153,112); }

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

border-color css

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

 span { border-color: rgb(149,153,112); }

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