Html Css Color HEX #969959 Avocado

📋 copy color: '#969959'

red 150 ◦ green 153 ◦ blue 89

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

Shades of Avocado #969959

Tints of Avocado #969959

RGB

 RED value IS 150 (58.98% from 255) = 38.27%

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

 BLUE value IS 89 (35.16% from 255) = 22.7%

R = 38.27%
G = 39.03%
B = 22.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#969959 (or 0x969959) is known color: Avocado. HEX triplet: 96, 99 and 59. RGB value is (150,153,89). Sum of RGB (Red+Green+Blue) = 150+153+89=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 153 - color contains mainly: green. Hex color #969959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969959 is #6966A6. Grayscale: #919191. Windows color (decimal): -6907559 or 5872022. OLE color: 5872022.

HSL color Cylindrical-coordinate representation of color #969959: hue angle of 62.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #969959 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 89 -
CMYK 0.02 0 0.42 0.4
HSL 62.81º 0.26% 0.47% -
HSV(B) 62.81º 0.42% 0.6% -
XYZ 25.77 29.99 13.88 -
YUV 144.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 150 153 89 0.02 0 0.42 0.4 62.81 0.26 0.47
Hex 96 99 59 2 0 2A 28 3F 1A 2F
Octal 226 231 131 2 0 52 50 77 32 57
Binary 10010110 10011001 1011001 10 0 101010 101000 111111 11010 101111

Color Harmonies of #969959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969959

Black with #969959

Text Example


Text Example

White with #969959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969959; }

 p { color: rgb(150,153,89); }

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

background-color css

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

 a { background-color: rgb(150,153,89); }

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

border-color css

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

 span { border-color: rgb(150,153,89); }

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