Html Css Color HEX #909969 Avocado

📋 copy color: '#909969'

red 144 ◦ green 153 ◦ blue 105

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

Shades of Avocado #909969

Tints of Avocado #909969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.12%

R = 35.82%
G = 38.06%
B = 26.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#909969 (or 0x909969) is known color: Avocado. HEX triplet: 90, 99 and 69. RGB value is (144,153,105). Sum of RGB (Red+Green+Blue) = 144+153+105=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #909969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909969 is #6F6696. Grayscale: #919191. Windows color (decimal): -7300759 or 6920592. OLE color: 6920592.

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

Color convert

RGB 144 153 105 -
CMYK 0.06 0 0.31 0.4
HSL 71.25º 0.19% 0.51% -
HSV(B) 71.25º 0.31% 0.6% -
XYZ 25.44 29.73 17.76 -
YUV 144.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 144 153 105 0.06 0 0.31 0.4 71.25 0.19 0.51
Hex 90 99 69 6 0 1F 28 47 13 33
Octal 220 231 151 6 0 37 50 107 23 63
Binary 10010000 10011001 1101001 110 0 11111 101000 1000111 10011 110011

Color Harmonies of #909969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909969

Black with #909969

Text Example


Text Example

White with #909969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909969; }

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

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

background-color css

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

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

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

border-color css

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

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

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