Html Css Color HEX #969656 Avocado

📋 copy color: '#969656'

red 150 ◦ green 150 ◦ blue 86

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

Shades of Avocado #969656

Tints of Avocado #969656

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.86%

 BLUE value IS 86 (33.98% from 255) = 22.28%

R = 38.86%
G = 38.86%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#969656 (or 0x969656) is known color: Avocado. HEX triplet: 96, 96 and 56. RGB value is (150,150,86). Sum of RGB (Red+Green+Blue) = 150+150+86=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969656 is #6969A9. Grayscale: #8E8E8E. Windows color (decimal): -6908330 or 5674646. OLE color: 5674646.

HSL color Cylindrical-coordinate representation of color #969656: hue angle of 60º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #969656 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 86 -
CMYK 0 0 0.43 0.41
HSL 60º 0.27% 0.46% -
HSV(B) 60º 0.43% 0.59% -
XYZ 25.16 28.97 13.07 -
YUV 142.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 150 150 86 0 0 0.43 0.41 60 0.27 0.46
Hex 96 96 56 0 0 2B 29 3C 1B 2E
Octal 226 226 126 0 0 53 51 74 33 56
Binary 10010110 10010110 1010110 0 0 101011 101001 111100 11011 101110

Color Harmonies of #969656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969656

Black with #969656

Text Example


Text Example

White with #969656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969656; }

 p { color: rgb(150,150,86); }

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

background-color css

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

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

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

border-color css

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

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

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