Html Css Color HEX #8E9750 Wasabi

📋 copy color: '#8E9750'

red 142 ◦ green 151 ◦ blue 80

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

Shades of Wasabi #8E9750

Tints of Wasabi #8E9750

RGB

 RED value IS 142 (55.86% from 255) = 38.07%

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

 BLUE value IS 80 (31.64% from 255) = 21.45%

R = 38.07%
G = 40.48%
B = 21.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#8E9750 (or 0x8E9750) is known color: Wasabi. HEX triplet: 8E, 97 and 50. RGB value is (142,151,80). Sum of RGB (Red+Green+Blue) = 142+151+80=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 151 - color contains mainly: green. Hex color #8E9750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9750 is #7168AF. Grayscale: #8C8C8C. Windows color (decimal): -7432368 or 5281678. OLE color: 5281678.

HSL color Cylindrical-coordinate representation of color #8E9750: hue angle of 67.61º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E9750 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 151 80 -
CMYK 0.06 0 0.47 0.41
HSL 67.61º 0.31% 0.45% -
HSV(B) 67.61º 0.47% 0.59% -
XYZ 23.67 28.46 11.84 -
YUV 140.22 94.02 129.27 -
System Red Green Blue C M Y K H S L
Decimal 142 151 80 0.06 0 0.47 0.41 67.61 0.31 0.45
Hex 8E 97 50 6 0 2F 29 44 1F 2D
Octal 216 227 120 6 0 57 51 104 37 55
Binary 10001110 10010111 1010000 110 0 101111 101001 1000100 11111 101101

Color Harmonies of #8E9750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E9750

Black with #8E9750

Text Example


Text Example

White with #8E9750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,151,80); }

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

background-color css

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

 a { background-color: rgb(142,151,80); }

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

border-color css

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

 span { border-color: rgb(142,151,80); }

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