Html Css Color HEX #969864 Avocado

📋 copy color: '#969864'

red 150 ◦ green 152 ◦ blue 100

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

Shades of Avocado #969864

Tints of Avocado #969864

RGB

 RED value IS 150 (58.98% from 255) = 37.31%

 GREEN value IS 152 (59.77% from 255) = 37.81%

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

R = 37.31%
G = 37.81%
B = 24.88%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#969864 (or 0x969864) is known color: Avocado. HEX triplet: 96, 98 and 64. RGB value is (150,152,100). Sum of RGB (Red+Green+Blue) = 150+152+100=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #969864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969864 is #69679B. Grayscale: #919191. Windows color (decimal): -6907804 or 6592662. OLE color: 6592662.

HSL color Cylindrical-coordinate representation of color #969864: hue angle of 62.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #969864 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 152 100 -
CMYK 0.01 0 0.34 0.40
HSL 62.31º 0.21% 0.49% -
HSV(B) 62.31º 0.34% 0.6% -
XYZ 26.11 29.86 16.44 -
YUV 145.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 150 152 100 0.01 0 0.34 0.40 62.31 0.21 0.49
Hex 96 98 64 1 0 22 28 3E 15 31
Octal 226 230 144 1 0 42 50 76 25 61
Binary 10010110 10011000 1100100 1 0 100010 101000 111110 10101 110001

Color Harmonies of #969864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969864

Black with #969864

Text Example


Text Example

White with #969864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969864; }

 p { color: rgb(150,152,100); }

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

background-color css

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

 a { background-color: rgb(150,152,100); }

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

border-color css

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

 span { border-color: rgb(150,152,100); }

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