Html Css Color HEX #909961 Avocado

📋 copy color: '#909961'

red 144 ◦ green 153 ◦ blue 97

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

Shades of Avocado #909961

Tints of Avocado #909961

RGB

 RED value IS 144 (56.64% from 255) = 36.55%

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

 BLUE value IS 97 (38.28% from 255) = 24.62%

R = 36.55%
G = 38.83%
B = 24.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#909961 (or 0x909961) is known color: Avocado. HEX triplet: 90, 99 and 61. RGB value is (144,153,97). Sum of RGB (Red+Green+Blue) = 144+153+97=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #909961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909961 is #6F669E. Grayscale: #909090. Windows color (decimal): -7300767 or 6396304. OLE color: 6396304.

HSL color Cylindrical-coordinate representation of color #909961: hue angle of 69.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #909961 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 153 97 -
CMYK 0.06 0 0.37 0.4
HSL 69.64º 0.22% 0.49% -
HSV(B) 69.64º 0.37% 0.6% -
XYZ 25.05 29.57 15.7 -
YUV 143.93 101.52 128.05 -
System Red Green Blue C M Y K H S L
Decimal 144 153 97 0.06 0 0.37 0.4 69.64 0.22 0.49
Hex 90 99 61 6 0 25 28 46 16 31
Octal 220 231 141 6 0 45 50 106 26 61
Binary 10010000 10011001 1100001 110 0 100101 101000 1000110 10110 110001

Color Harmonies of #909961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909961

Black with #909961

Text Example


Text Example

White with #909961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909961; }

 p { color: rgb(144,153,97); }

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

background-color css

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

 a { background-color: rgb(144,153,97); }

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

border-color css

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

 span { border-color: rgb(144,153,97); }

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