Html Css Color HEX #8F9A46 Wasabi

📋 copy color: '#8F9A46'

red 143 ◦ green 154 ◦ blue 70

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

Shades of Wasabi #8F9A46

Tints of Wasabi #8F9A46

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.96%

 BLUE value IS 70 (27.73% from 255) = 19.07%

R = 38.96%
G = 41.96%
B = 19.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#8F9A46 (or 0x8F9A46) is known color: Wasabi. HEX triplet: 8F, 9A and 46. RGB value is (143,154,70). Sum of RGB (Red+Green+Blue) = 143+154+70=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9A46 is #7065B9. Grayscale: #8D8D8D. Windows color (decimal): -7366074 or 4627087. OLE color: 4627087.

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

Color convert

RGB 143 154 70 -
CMYK 0.07 0 0.55 0.40
HSL 67.86º 0.38% 0.44% -
HSV(B) 67.86º 0.55% 0.6% -
XYZ 23.99 29.39 10.2 -
YUV 141.14 87.86 129.33 -
System Red Green Blue C M Y K H S L
Decimal 143 154 70 0.07 0 0.55 0.40 67.86 0.38 0.44
Hex 8F 9A 46 7 0 37 28 44 26 2C
Octal 217 232 106 7 0 67 50 104 46 54
Binary 10001111 10011010 1000110 111 0 110111 101000 1000100 100110 101100

Color Harmonies of #8F9A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9A46

Black with #8F9A46

Text Example


Text Example

White with #8F9A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,154,70); }

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

background-color css

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

 a { background-color: rgb(143,154,70); }

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

border-color css

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

 span { border-color: rgb(143,154,70); }

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