Html Css Color HEX #969963 Avocado

📋 copy color: '#969963'

red 150 ◦ green 153 ◦ blue 99

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

Shades of Avocado #969963

Tints of Avocado #969963

RGB

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

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

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

R = 37.31%
G = 38.06%
B = 24.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#969963 (or 0x969963) is known color: Avocado. HEX triplet: 96, 99 and 63. RGB value is (150,153,99). Sum of RGB (Red+Green+Blue) = 150+153+99=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 153 (60.16% from 255 or 38.06% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 153 - color contains mainly: green. Hex color #969963 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969963 is #69669C. Grayscale: #929292. Windows color (decimal): -6907549 or 6527382. OLE color: 6527382.

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

Color convert

RGB 150 153 99 -
CMYK 0.02 0 0.35 0.4
HSL 63.33º 0.21% 0.49% -
HSV(B) 63.33º 0.35% 0.6% -
XYZ 26.22 30.17 16.25 -
YUV 145.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 150 153 99 0.02 0 0.35 0.4 63.33 0.21 0.49
Hex 96 99 63 2 0 23 28 3F 15 31
Octal 226 231 143 2 0 43 50 77 25 61
Binary 10010110 10011001 1100011 10 0 100011 101000 111111 10101 110001

Color Harmonies of #969963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969963

Black with #969963

Text Example


Text Example

White with #969963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969963; }

 p { color: rgb(150,153,99); }

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

background-color css

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

 a { background-color: rgb(150,153,99); }

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

border-color css

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

 span { border-color: rgb(150,153,99); }

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