Html Css Color HEX #959974 Avocado

📋 copy color: '#959974'

red 149 ◦ green 153 ◦ blue 116

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

Shades of Avocado #959974

Tints of Avocado #959974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 35.65%
G = 36.6%
B = 27.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#959974 (or 0x959974) is known color: Avocado. HEX triplet: 95, 99 and 74. RGB value is (149,153,116). Sum of RGB (Red+Green+Blue) = 149+153+116=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #959974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959974 is #6A668B. Grayscale: #939393. Windows color (decimal): -6973068 or 7641493. OLE color: 7641493.

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

Color convert

RGB 149 153 116 -
CMYK 0.03 0 0.24 0.4
HSL 66.49º 0.15% 0.53% -
HSV(B) 66.49º 0.24% 0.6% -
XYZ 26.94 30.43 20.98 -
YUV 147.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 149 153 116 0.03 0 0.24 0.4 66.49 0.15 0.53
Hex 95 99 74 3 0 18 28 42 F 35
Octal 225 231 164 3 0 30 50 102 17 65
Binary 10010101 10011001 1110100 11 0 11000 101000 1000010 1111 110101

Color Harmonies of #959974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959974

Black with #959974

Text Example


Text Example

White with #959974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959974; }

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

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

background-color css

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

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

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

border-color css

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

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

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