Html Css Color HEX #8F9377 Avocado

📋 copy color: '#8F9377'

red 143 ◦ green 147 ◦ blue 119

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

Shades of Avocado #8F9377

Tints of Avocado #8F9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.94%

 BLUE value IS 119 (46.88% from 255) = 29.1%

R = 34.96%
G = 35.94%
B = 29.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#8F9377 (or 0x8F9377) is known color: Avocado. HEX triplet: 8F, 93 and 77. RGB value is (143,147,119). Sum of RGB (Red+Green+Blue) = 143+147+119=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9377 is #706C88. Grayscale: #8E8E8E. Windows color (decimal): -7367817 or 7836559. OLE color: 7836559.

HSL color Cylindrical-coordinate representation of color #8F9377: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8F9377 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 147 119 -
CMYK 0.03 0 0.19 0.42
HSL 68.57º 0.11% 0.52% -
HSV(B) 68.57º 0.19% 0.58% -
XYZ 25.09 28.04 21.54 -
YUV 142.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 143 147 119 0.03 0 0.19 0.42 68.57 0.11 0.52
Hex 8F 93 77 3 0 13 2A 45 B 34
Octal 217 223 167 3 0 23 52 105 13 64
Binary 10001111 10010011 1110111 11 0 10011 101010 1000101 1011 110100

Color Harmonies of #8F9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9377

Black with #8F9377

Text Example


Text Example

White with #8F9377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,147,119); }

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

background-color css

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

 a { background-color: rgb(143,147,119); }

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

border-color css

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

 span { border-color: rgb(143,147,119); }

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