Html Css Color HEX #8F9957 Avocado

📋 copy color: '#8F9957'

red 143 ◦ green 153 ◦ blue 87

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

Shades of Avocado #8F9957

Tints of Avocado #8F9957

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

 BLUE value IS 87 (34.38% from 255) = 22.72%

R = 37.34%
G = 39.95%
B = 22.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#8F9957 (or 0x8F9957) is known color: Avocado. HEX triplet: 8F, 99 and 57. RGB value is (143,153,87). Sum of RGB (Red+Green+Blue) = 143+153+87=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9957 is #7066A8. Grayscale: #8E8E8E. Windows color (decimal): -7366313 or 5740943. OLE color: 5740943.

HSL color Cylindrical-coordinate representation of color #8F9957: hue angle of 69.09º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F9957 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 153 87 -
CMYK 0.07 0 0.43 0.4
HSL 69.09º 0.28% 0.47% -
HSV(B) 69.09º 0.43% 0.6% -
XYZ 24.44 29.31 13.39 -
YUV 142.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 143 153 87 0.07 0 0.43 0.4 69.09 0.28 0.47
Hex 8F 99 57 7 0 2B 28 45 1C 2F
Octal 217 231 127 7 0 53 50 105 34 57
Binary 10001111 10011001 1010111 111 0 101011 101000 1000101 11100 101111

Color Harmonies of #8F9957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9957

Black with #8F9957

Text Example


Text Example

White with #8F9957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,87); }

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

background-color css

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

 a { background-color: rgb(143,153,87); }

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

border-color css

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

 span { border-color: rgb(143,153,87); }

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