Html Css Color HEX #959C6F Avocado

📋 copy color: '#959C6F'

red 149 ◦ green 156 ◦ blue 111

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

Shades of Avocado #959C6F

Tints of Avocado #959C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.5%

 BLUE value IS 111 (43.75% from 255) = 26.68%

R = 35.82%
G = 37.5%
B = 26.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#959C6F (or 0x959C6F) is known color: Avocado. HEX triplet: 95, 9C and 6F. RGB value is (149,156,111). Sum of RGB (Red+Green+Blue) = 149+156+111=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #959C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C6F is #6A6390. Grayscale: #949494. Windows color (decimal): -6972305 or 7314581. OLE color: 7314581.

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

Color convert

RGB 149 156 111 -
CMYK 0.04 0 0.29 0.39
HSL 69.33º 0.19% 0.52% -
HSV(B) 69.33º 0.29% 0.61% -
XYZ 27.15 31.31 19.65 -
YUV 148.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 149 156 111 0.04 0 0.29 0.39 69.33 0.19 0.52
Hex 95 9C 6F 4 0 1D 27 45 13 34
Octal 225 234 157 4 0 35 47 105 23 64
Binary 10010101 10011100 1101111 100 0 11101 100111 1000101 10011 110100

Color Harmonies of #959C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C6F

Black with #959C6F

Text Example


Text Example

White with #959C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,156,111); }

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

background-color css

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

 a { background-color: rgb(149,156,111); }

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

border-color css

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

 span { border-color: rgb(149,156,111); }

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