Html Css Color HEX #959973 Avocado

📋 copy color: '#959973'

red 149 ◦ green 153 ◦ blue 115

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

Shades of Avocado #959973

Tints of Avocado #959973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.58%

R = 35.73%
G = 36.69%
B = 27.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#959973 (or 0x959973) is known color: Avocado. HEX triplet: 95, 99 and 73. RGB value is (149,153,115). Sum of RGB (Red+Green+Blue) = 149+153+115=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 153 - color contains mainly: green. Hex color #959973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959973 is #6A668C. Grayscale: #939393. Windows color (decimal): -6973069 or 7575957. OLE color: 7575957.

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

Color convert

RGB 149 153 115 -
CMYK 0.03 0 0.25 0.4
HSL 66.32º 0.16% 0.53% -
HSV(B) 66.32º 0.25% 0.6% -
XYZ 26.88 30.41 20.67 -
YUV 147.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 149 153 115 0.03 0 0.25 0.4 66.32 0.16 0.53
Hex 95 99 73 3 0 19 28 42 10 35
Octal 225 231 163 3 0 31 50 102 20 65
Binary 10010101 10011001 1110011 11 0 11001 101000 1000010 10000 110101

Color Harmonies of #959973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959973

Black with #959973

Text Example


Text Example

White with #959973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959973; }

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

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

background-color css

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

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

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

border-color css

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

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

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