Html Css Color HEX #8F955C Avocado

📋 copy color: '#8F955C'

red 143 ◦ green 149 ◦ blue 92

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

Shades of Avocado #8F955C

Tints of Avocado #8F955C

RGB

 RED value IS 143 (56.25% from 255) = 37.24%

 GREEN value IS 149 (58.59% from 255) = 38.8%

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 37.24%
G = 38.8%
B = 23.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#8F955C (or 0x8F955C) is known color: Avocado. HEX triplet: 8F, 95 and 5C. RGB value is (143,149,92). Sum of RGB (Red+Green+Blue) = 143+149+92=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #8F955C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F955C is #706AA3. Grayscale: #8C8C8C. Windows color (decimal): -7367332 or 6067599. OLE color: 6067599.

HSL color Cylindrical-coordinate representation of color #8F955C: hue angle of 66.32º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F955C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 149 92 -
CMYK 0.04 0 0.38 0.42
HSL 66.32º 0.24% 0.47% -
HSV(B) 66.32º 0.38% 0.58% -
XYZ 24.01 28.11 14.29 -
YUV 140.71 100.51 129.63 -
System Red Green Blue C M Y K H S L
Decimal 143 149 92 0.04 0 0.38 0.42 66.32 0.24 0.47
Hex 8F 95 5C 4 0 26 2A 42 18 2F
Octal 217 225 134 4 0 46 52 102 30 57
Binary 10001111 10010101 1011100 100 0 100110 101010 1000010 11000 101111

Color Harmonies of #8F955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F955C

Black with #8F955C

Text Example


Text Example

White with #8F955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F955C; }

 p { color: rgb(143,149,92); }

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

background-color css

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

 a { background-color: rgb(143,149,92); }

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

border-color css

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

 span { border-color: rgb(143,149,92); }

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