Html Css Color HEX #959D66 Avocado

📋 copy color: '#959D66'

red 149 ◦ green 157 ◦ blue 102

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

Shades of Avocado #959D66

Tints of Avocado #959D66

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.48%

 BLUE value IS 102 (40.23% from 255) = 25%

R = 36.52%
G = 38.48%
B = 25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#959D66 (or 0x959D66) is known color: Avocado. HEX triplet: 95, 9D and 66. RGB value is (149,157,102). Sum of RGB (Red+Green+Blue) = 149+157+102=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 102 (40.23% from 255 or 25% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #959D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D66 is #6A6299. Grayscale: #949494. Windows color (decimal): -6972058 or 6725013. OLE color: 6725013.

HSL color Cylindrical-coordinate representation of color #959D66: hue angle of 68.73º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #959D66 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 157 102 -
CMYK 0.05 0 0.35 0.38
HSL 68.73º 0.22% 0.51% -
HSV(B) 68.73º 0.35% 0.62% -
XYZ 26.85 31.46 17.23 -
YUV 148.34 101.85 128.47 -
System Red Green Blue C M Y K H S L
Decimal 149 157 102 0.05 0 0.35 0.38 68.73 0.22 0.51
Hex 95 9D 66 5 0 23 26 45 16 33
Octal 225 235 146 5 0 43 46 105 26 63
Binary 10010101 10011101 1100110 101 0 100011 100110 1000101 10110 110011

Color Harmonies of #959D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D66

Black with #959D66

Text Example


Text Example

White with #959D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,102); }

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

background-color css

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

 a { background-color: rgb(149,157,102); }

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

border-color css

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

 span { border-color: rgb(149,157,102); }

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