Html Css Color HEX #969653 Avocado

📋 copy color: '#969653'

red 150 ◦ green 150 ◦ blue 83

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

Shades of Avocado #969653

Tints of Avocado #969653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 39.16%
G = 39.16%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#969653 (or 0x969653) is known color: Avocado. HEX triplet: 96, 96 and 53. RGB value is (150,150,83). Sum of RGB (Red+Green+Blue) = 150+150+83=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969653 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969653 is #6969AC. Grayscale: #8E8E8E. Windows color (decimal): -6908333 or 5478038. OLE color: 5478038.

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

Color convert

RGB 150 150 83 -
CMYK 0 0 0.45 0.41
HSL 60º 0.29% 0.46% -
HSV(B) 60º 0.45% 0.59% -
XYZ 25.05 28.92 12.45 -
YUV 142.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 150 150 83 0 0 0.45 0.41 60 0.29 0.46
Hex 96 96 53 0 0 2D 29 3C 1D 2E
Octal 226 226 123 0 0 55 51 74 35 56
Binary 10010110 10010110 1010011 0 0 101101 101001 111100 11101 101110

Color Harmonies of #969653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969653

Black with #969653

Text Example


Text Example

White with #969653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969653; }

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

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

background-color css

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

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

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

border-color css

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

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

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