Html Css Color HEX #8F9353 Avocado

📋 copy color: '#8F9353'

red 143 ◦ green 147 ◦ blue 83

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

Shades of Avocado #8F9353

Tints of Avocado #8F9353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.25%

R = 38.34%
G = 39.41%
B = 22.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#8F9353 (or 0x8F9353) is known color: Avocado. HEX triplet: 8F, 93 and 53. RGB value is (143,147,83). Sum of RGB (Red+Green+Blue) = 143+147+83=373 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.34% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9353 is #706CAC. Grayscale: #8A8A8A. Windows color (decimal): -7367853 or 5477263. OLE color: 5477263.

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

Color convert

RGB 143 147 83 -
CMYK 0.03 0 0.44 0.42
HSL 63.75º 0.28% 0.45% -
HSV(B) 63.75º 0.44% 0.58% -
XYZ 23.32 27.33 12.23 -
YUV 138.51 96.67 131.2 -
System Red Green Blue C M Y K H S L
Decimal 143 147 83 0.03 0 0.44 0.42 63.75 0.28 0.45
Hex 8F 93 53 3 0 2C 2A 40 1C 2D
Octal 217 223 123 3 0 54 52 100 34 55
Binary 10001111 10010011 1010011 11 0 101100 101010 1000000 11100 101101

Color Harmonies of #8F9353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9353

Black with #8F9353

Text Example


Text Example

White with #8F9353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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