Html Css Color HEX #8F9848 Wasabi

📋 copy color: '#8F9848'

red 143 ◦ green 152 ◦ blue 72

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

Shades of Wasabi #8F9848

Tints of Wasabi #8F9848

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

 BLUE value IS 72 (28.52% from 255) = 19.62%

R = 38.96%
G = 41.42%
B = 19.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#8F9848 (or 0x8F9848) is known color: Wasabi. HEX triplet: 8F, 98 and 48. RGB value is (143,152,72). Sum of RGB (Red+Green+Blue) = 143+152+72=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9848 is #7067B7. Grayscale: #8C8C8C. Windows color (decimal): -7366584 or 4757647. OLE color: 4757647.

HSL color Cylindrical-coordinate representation of color #8F9848: hue angle of 66.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F9848 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 152 72 -
CMYK 0.06 0 0.53 0.40
HSL 66.75º 0.36% 0.44% -
HSV(B) 66.75º 0.53% 0.6% -
XYZ 23.73 28.76 10.43 -
YUV 140.19 89.52 130 -
System Red Green Blue C M Y K H S L
Decimal 143 152 72 0.06 0 0.53 0.40 66.75 0.36 0.44
Hex 8F 98 48 6 0 35 28 43 24 2C
Octal 217 230 110 6 0 65 50 103 44 54
Binary 10001111 10011000 1001000 110 0 110101 101000 1000011 100100 101100

Color Harmonies of #8F9848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9848

Black with #8F9848

Text Example


Text Example

White with #8F9848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,152,72); }

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

background-color css

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

 a { background-color: rgb(143,152,72); }

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

border-color css

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

 span { border-color: rgb(143,152,72); }

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