Html Css Color HEX #969969 Avocado

📋 copy color: '#969969'

red 150 ◦ green 153 ◦ blue 105

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

Shades of Avocado #969969

Tints of Avocado #969969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 36.76%
G = 37.5%
B = 25.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#969969 (or 0x969969) is known color: Avocado. HEX triplet: 96, 99 and 69. RGB value is (150,153,105). Sum of RGB (Red+Green+Blue) = 150+153+105=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 153 - color contains mainly: green. Hex color #969969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969969 is #696696. Grayscale: #929292. Windows color (decimal): -6907543 or 6920598. OLE color: 6920598.

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

Color convert

RGB 150 153 105 -
CMYK 0.02 0 0.31 0.4
HSL 63.75º 0.19% 0.51% -
HSV(B) 63.75º 0.31% 0.6% -
XYZ 26.52 30.29 17.81 -
YUV 146.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 150 153 105 0.02 0 0.31 0.4 63.75 0.19 0.51
Hex 96 99 69 2 0 1F 28 40 13 33
Octal 226 231 151 2 0 37 50 100 23 63
Binary 10010110 10011001 1101001 10 0 11111 101000 1000000 10011 110011

Color Harmonies of #969969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969969

Black with #969969

Text Example


Text Example

White with #969969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969969; }

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

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

background-color css

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

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

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

border-color css

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

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

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