Html Css Color HEX #8F9942 Wasabi

📋 copy color: '#8F9942'

red 143 ◦ green 153 ◦ blue 66

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

Shades of Wasabi #8F9942

Tints of Wasabi #8F9942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 39.5%
G = 42.27%
B = 18.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#8F9942 (or 0x8F9942) is known color: Wasabi. HEX triplet: 8F, 99 and 42. RGB value is (143,153,66). Sum of RGB (Red+Green+Blue) = 143+153+66=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F9942 is #7066BD. Grayscale: #8C8C8C. Windows color (decimal): -7366334 or 4364687. OLE color: 4364687.

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

Color convert

RGB 143 153 66 -
CMYK 0.07 0 0.57 0.4
HSL 66.9º 0.4% 0.43% -
HSV(B) 66.9º 0.57% 0.6% -
XYZ 23.7 29.02 9.51 -
YUV 140.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 143 153 66 0.07 0 0.57 0.4 66.9 0.4 0.43
Hex 8F 99 42 7 0 39 28 43 28 2B
Octal 217 231 102 7 0 71 50 103 50 53
Binary 10001111 10011001 1000010 111 0 111001 101000 1000011 101000 101011

Color Harmonies of #8F9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9942

Black with #8F9942

Text Example


Text Example

White with #8F9942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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