Html Css Color HEX #959D6C Avocado

📋 copy color: '#959D6C'

red 149 ◦ green 157 ◦ blue 108

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

Shades of Avocado #959D6C

Tints of Avocado #959D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 35.99%
G = 37.92%
B = 26.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#959D6C (or 0x959D6C) is known color: Avocado. HEX triplet: 95, 9D and 6C. RGB value is (149,157,108). Sum of RGB (Red+Green+Blue) = 149+157+108=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 157 - color contains mainly: green. Hex color #959D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959D6C is #6A6293. Grayscale: #959595. Windows color (decimal): -6972052 or 7118229. OLE color: 7118229.

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

Color convert

RGB 149 157 108 -
CMYK 0.05 0 0.31 0.38
HSL 69.8º 0.2% 0.52% -
HSV(B) 69.8º 0.31% 0.62% -
XYZ 27.16 31.59 18.85 -
YUV 149.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 149 157 108 0.05 0 0.31 0.38 69.8 0.2 0.52
Hex 95 9D 6C 5 0 1F 26 46 14 34
Octal 225 235 154 5 0 37 46 106 24 64
Binary 10010101 10011101 1101100 101 0 11111 100110 1000110 10100 110100

Color Harmonies of #959D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959D6C

Black with #959D6C

Text Example


Text Example

White with #959D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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