#90975C

Color #90975C Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #90975C

Tints of Avocado #90975C

Color information

#90975C (or 0x90975C) is unknown color: approx Avocado. HEX triplet: 90, 97 and 5C. RGB value is (144,151,92). Sum of RGB (Red+Green+Blue) = 144+151+92=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 92 (36.33% from 255 or 23.77% from 387); Max value from RGB is 151 - color contains mainly: green. Hex color #90975C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90975C is #6F68A3. Grayscale: #8E8E8E. Windows color (decimal): -7301284 or 6068112. OLE color: 6068112.

HSL color Cylindrical-coordinate representation of color #90975C: hue angle of 67.12º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90975C is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB14415192-
CMYK0.0500.390.41
HSL67.12º24.28%47.65%-
HSV(B)67.12º39.07%59.22%-
XYZ24.528.8414.4-
YUV142.1899.68129.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 92 (36.33% from 255) = 23.77%
R=37.21%
G=39.02%
B=23.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144151920.0500.390.4167.1224.2847.65
Hex90975C502729431830
Octal2202271345047511033060
Binary100100001001011110111001010100111101001100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90975C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90975C; }

 p { color: rgb(144,151,92); }

 H1.HeaderClassName
 {
   color: #90975C;
 }
 .AnyTagClassName
 {
   color: #90975C;
 }
</style>
background-color css

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

 a { background-color: rgb(144,151,92); }

 div.DivClassName
 {
   background-color: #90975C;
 }
 .BgClassName
 {
   background-color: #90975C;
 }
</style>
border-color css

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

 span { border-color: rgb(144,151,92); }

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