Html Css Color HEX #8F974B Wasabi

📋 copy color: '#8F974B'

red 143 ◦ green 151 ◦ blue 75

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

Shades of Wasabi #8F974B

Tints of Wasabi #8F974B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.92%

 BLUE value IS 75 (29.69% from 255) = 20.33%

R = 38.75%
G = 40.92%
B = 20.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#8F974B (or 0x8F974B) is known color: Wasabi. HEX triplet: 8F, 97 and 4B. RGB value is (143,151,75). Sum of RGB (Red+Green+Blue) = 143+151+75=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #8F974B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F974B is #7068B4. Grayscale: #8C8C8C. Windows color (decimal): -7366837 or 4953999. OLE color: 4953999.

HSL color Cylindrical-coordinate representation of color #8F974B: hue angle of 66.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F974B is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 151 75 -
CMYK 0.05 0 0.50 0.41
HSL 66.32º 0.34% 0.44% -
HSV(B) 66.32º 0.5% 0.59% -
XYZ 23.66 28.48 10.91 -
YUV 139.94 91.35 130.18 -
System Red Green Blue C M Y K H S L
Decimal 143 151 75 0.05 0 0.50 0.41 66.32 0.34 0.44
Hex 8F 97 4B 5 0 32 29 42 22 2C
Octal 217 227 113 5 0 62 51 102 42 54
Binary 10001111 10010111 1001011 101 0 110010 101001 1000010 100010 101100

Color Harmonies of #8F974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F974B

Black with #8F974B

Text Example


Text Example

White with #8F974B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,151,75); }

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

background-color css

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

 a { background-color: rgb(143,151,75); }

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

border-color css

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

 span { border-color: rgb(143,151,75); }

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