Html Css Color HEX #909565 Avocado

📋 copy color: '#909565'

red 144 ◦ green 149 ◦ blue 101

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

Shades of Avocado #909565

Tints of Avocado #909565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.82%

 BLUE value IS 101 (39.84% from 255) = 25.63%

R = 36.55%
G = 37.82%
B = 25.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#909565 (or 0x909565) is known color: Avocado. HEX triplet: 90, 95 and 65. RGB value is (144,149,101). Sum of RGB (Red+Green+Blue) = 144+149+101=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #909565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909565 is #6F6A9A. Grayscale: #8E8E8E. Windows color (decimal): -7301787 or 6657424. OLE color: 6657424.

HSL color Cylindrical-coordinate representation of color #909565: hue angle of 66.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #909565 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 144 149 101 -
CMYK 0.03 0 0.32 0.42
HSL 66.25º 0.19% 0.49% -
HSV(B) 66.25º 0.32% 0.58% -
XYZ 24.6 28.36 16.49 -
YUV 142.03 104.84 129.4 -
System Red Green Blue C M Y K H S L
Decimal 144 149 101 0.03 0 0.32 0.42 66.25 0.19 0.49
Hex 90 95 65 3 0 20 2A 42 13 31
Octal 220 225 145 3 0 40 52 102 23 61
Binary 10010000 10010101 1100101 11 0 100000 101010 1000010 10011 110001

Color Harmonies of #909565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909565

Black with #909565

Text Example


Text Example

White with #909565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909565; }

 p { color: rgb(144,149,101); }

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

background-color css

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

 a { background-color: rgb(144,149,101); }

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

border-color css

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

 span { border-color: rgb(144,149,101); }

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