Html Css Color HEX #919063 Avocado

📋 copy color: '#919063'

red 145 ◦ green 144 ◦ blue 99

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

Shades of Avocado #919063

Tints of Avocado #919063

RGB

 RED value IS 145 (57.03% from 255) = 37.37%

 GREEN value IS 144 (56.64% from 255) = 37.11%

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

R = 37.37%
G = 37.11%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#919063 (or 0x919063) is known color: Avocado. HEX triplet: 91, 90 and 63. RGB value is (145,144,99). Sum of RGB (Red+Green+Blue) = 145+144+99=388 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.37% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 145 - color contains mainly: red. Hex color #919063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919063 is #6E6F9C. Grayscale: #8B8B8B. Windows color (decimal): -7237533 or 6525073. OLE color: 6525073.

HSL color Cylindrical-coordinate representation of color #919063: hue angle of 58.7º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #919063 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 144 99 -
CMYK 0 0.01 0.32 0.43
HSL 58.7º 0.19% 0.48% -
HSV(B) 58.7º 0.32% 0.57% -
XYZ 23.9 26.87 15.73 -
YUV 139.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 145 144 99 0 0.01 0.32 0.43 58.7 0.19 0.48
Hex 91 90 63 0 1 20 2B 3B 13 30
Octal 221 220 143 0 1 40 53 73 23 60
Binary 10010001 10010000 1100011 0 1 100000 101011 111011 10011 110000

Color Harmonies of #919063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919063

Black with #919063

Text Example


Text Example

White with #919063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919063; }

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

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

background-color css

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

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

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

border-color css

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

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

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