Html Css Color HEX #959B69 Avocado

📋 copy color: '#959B69'

red 149 ◦ green 155 ◦ blue 105

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

Shades of Avocado #959B69

Tints of Avocado #959B69

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

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

R = 36.43%
G = 37.9%
B = 25.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#959B69 (or 0x959B69) is known color: Avocado. HEX triplet: 95, 9B and 69. RGB value is (149,155,105). Sum of RGB (Red+Green+Blue) = 149+155+105=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #959B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B69 is #6A6496. Grayscale: #939393. Windows color (decimal): -6972567 or 6921109. OLE color: 6921109.

HSL color Cylindrical-coordinate representation of color #959B69: hue angle of 67.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #959B69 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 105 -
CMYK 0.04 0 0.32 0.39
HSL 67.2º 0.2% 0.51% -
HSV(B) 67.2º 0.32% 0.61% -
XYZ 26.67 30.85 17.91 -
YUV 147.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 149 155 105 0.04 0 0.32 0.39 67.2 0.2 0.51
Hex 95 9B 69 4 0 20 27 43 14 33
Octal 225 233 151 4 0 40 47 103 24 63
Binary 10010101 10011011 1101001 100 0 100000 100111 1000011 10100 110011

Color Harmonies of #959B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B69

Black with #959B69

Text Example


Text Example

White with #959B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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