Html Css Color HEX #919964 Avocado

📋 copy color: '#919964'

red 145 ◦ green 153 ◦ blue 100

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

Shades of Avocado #919964

Tints of Avocado #919964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.13%

R = 36.43%
G = 38.44%
B = 25.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#919964 (or 0x919964) is known color: Avocado. HEX triplet: 91, 99 and 64. RGB value is (145,153,100). Sum of RGB (Red+Green+Blue) = 145+153+100=398 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.43% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 153 - color contains mainly: green. Hex color #919964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919964 is #6E669B. Grayscale: #909090. Windows color (decimal): -7235228 or 6592913. OLE color: 6592913.

HSL color Cylindrical-coordinate representation of color #919964: hue angle of 69.06º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #919964 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 100 -
CMYK 0.05 0 0.35 0.4
HSL 69.06º 0.21% 0.5% -
HSV(B) 69.06º 0.35% 0.6% -
XYZ 25.37 29.72 16.46 -
YUV 144.57 102.85 128.31 -
System Red Green Blue C M Y K H S L
Decimal 145 153 100 0.05 0 0.35 0.4 69.06 0.21 0.5
Hex 91 99 64 5 0 23 28 45 15 32
Octal 221 231 144 5 0 43 50 105 25 62
Binary 10010001 10011001 1100100 101 0 100011 101000 1000101 10101 110010

Color Harmonies of #919964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919964

Black with #919964

Text Example


Text Example

White with #919964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919964; }

 p { color: rgb(145,153,100); }

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

background-color css

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

 a { background-color: rgb(145,153,100); }

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

border-color css

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

 span { border-color: rgb(145,153,100); }

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