Html Css Color HEX #969C64 Avocado

📋 copy color: '#969C64'

red 150 ◦ green 156 ◦ blue 100

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

Shades of Avocado #969C64

Tints of Avocado #969C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

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

R = 36.95%
G = 38.42%
B = 24.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#969C64 (or 0x969C64) is known color: Avocado. HEX triplet: 96, 9C and 64. RGB value is (150,156,100). Sum of RGB (Red+Green+Blue) = 150+156+100=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #969C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969C64 is #69639B. Grayscale: #949494. Windows color (decimal): -6906780 or 6593686. OLE color: 6593686.

HSL color Cylindrical-coordinate representation of color #969C64: hue angle of 66.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #969C64 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 156 100 -
CMYK 0.04 0 0.36 0.39
HSL 66.43º 0.22% 0.5% -
HSV(B) 66.43º 0.36% 0.61% -
XYZ 26.77 31.18 16.66 -
YUV 147.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 150 156 100 0.04 0 0.36 0.39 66.43 0.22 0.5
Hex 96 9C 64 4 0 24 27 42 16 32
Octal 226 234 144 4 0 44 47 102 26 62
Binary 10010110 10011100 1100100 100 0 100100 100111 1000010 10110 110010

Color Harmonies of #969C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C64

Black with #969C64

Text Example


Text Example

White with #969C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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