Html Css Color HEX #909963 Avocado

📋 copy color: '#909963'

red 144 ◦ green 153 ◦ blue 99

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

Shades of Avocado #909963

Tints of Avocado #909963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25%

R = 36.36%
G = 38.64%
B = 25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#909963 (or 0x909963) is known color: Avocado. HEX triplet: 90, 99 and 63. RGB value is (144,153,99). Sum of RGB (Red+Green+Blue) = 144+153+99=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #909963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909963 is #6F669C. Grayscale: #909090. Windows color (decimal): -7300765 or 6527376. OLE color: 6527376.

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

Color convert

RGB 144 153 99 -
CMYK 0.06 0 0.35 0.4
HSL 70º 0.21% 0.49% -
HSV(B) 70º 0.35% 0.6% -
XYZ 25.14 29.61 16.19 -
YUV 144.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 144 153 99 0.06 0 0.35 0.4 70 0.21 0.49
Hex 90 99 63 6 0 23 28 46 15 31
Octal 220 231 143 6 0 43 50 106 25 61
Binary 10010000 10011001 1100011 110 0 100011 101000 1000110 10101 110001

Color Harmonies of #909963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909963

Black with #909963

Text Example


Text Example

White with #909963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909963; }

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

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

background-color css

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

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

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

border-color css

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

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

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