Html Css Color HEX #909475 Avocado

📋 copy color: '#909475'

red 144 ◦ green 148 ◦ blue 117

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

Shades of Avocado #909475

Tints of Avocado #909475

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 35.21%
G = 36.19%
B = 28.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#909475 (or 0x909475) is known color: Avocado. HEX triplet: 90, 94 and 75. RGB value is (144,148,117). Sum of RGB (Red+Green+Blue) = 144+148+117=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 148 - color contains mainly: green. Hex color #909475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #909475 is #6F6B8A. Grayscale: #8F8F8F. Windows color (decimal): -7302027 or 7705744. OLE color: 7705744.

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

Color convert

RGB 144 148 117 -
CMYK 0.03 0 0.21 0.42
HSL 67.74º 0.13% 0.52% -
HSV(B) 67.74º 0.21% 0.58% -
XYZ 25.3 28.39 20.98 -
YUV 143.27 113.17 128.52 -
System Red Green Blue C M Y K H S L
Decimal 144 148 117 0.03 0 0.21 0.42 67.74 0.13 0.52
Hex 90 94 75 3 0 15 2A 44 D 34
Octal 220 224 165 3 0 25 52 104 15 64
Binary 10010000 10010100 1110101 11 0 10101 101010 1000100 1101 110100

Color Harmonies of #909475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909475

Black with #909475

Text Example


Text Example

White with #909475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909475; }

 p { color: rgb(144,148,117); }

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

background-color css

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

 a { background-color: rgb(144,148,117); }

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

border-color css

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

 span { border-color: rgb(144,148,117); }

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