Html Css Color HEX #959969 Avocado

📋 copy color: '#959969'

red 149 ◦ green 153 ◦ blue 105

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

Shades of Avocado #959969

Tints of Avocado #959969

RGB

 RED value IS 149 (58.59% from 255) = 36.61%

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

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

R = 36.61%
G = 37.59%
B = 25.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#959969 (or 0x959969) is known color: Avocado. HEX triplet: 95, 99 and 69. RGB value is (149,153,105). Sum of RGB (Red+Green+Blue) = 149+153+105=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 153 - color contains mainly: green. Hex color #959969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959969 is #6A6696. Grayscale: #929292. Windows color (decimal): -6973079 or 6920597. OLE color: 6920597.

HSL color Cylindrical-coordinate representation of color #959969: hue angle of 65º 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 #959969 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 105 -
CMYK 0.03 0 0.31 0.4
HSL 65º 0.19% 0.51% -
HSV(B) 65º 0.31% 0.6% -
XYZ 26.34 30.19 17.8 -
YUV 146.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 149 153 105 0.03 0 0.31 0.4 65 0.19 0.51
Hex 95 99 69 3 0 1F 28 41 13 33
Octal 225 231 151 3 0 37 50 101 23 63
Binary 10010101 10011001 1101001 11 0 11111 101000 1000001 10011 110011

Color Harmonies of #959969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959969

Black with #959969

Text Example


Text Example

White with #959969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959969; }

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

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

background-color css

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

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

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

border-color css

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

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

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