Html Css Color HEX #8B9750 Wasabi

📋 copy color: '#8B9750'

red 139 ◦ green 151 ◦ blue 80

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

Shades of Wasabi #8B9750

Tints of Wasabi #8B9750

RGB

 RED value IS 139 (54.69% from 255) = 37.57%

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

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

R = 37.57%
G = 40.81%
B = 21.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#8B9750 (or 0x8B9750) is known color: Wasabi. HEX triplet: 8B, 97 and 50. RGB value is (139,151,80). Sum of RGB (Red+Green+Blue) = 139+151+80=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9750 is #7468AF. Grayscale: #8B8B8B. Windows color (decimal): -7628976 or 5281675. OLE color: 5281675.

HSL color Cylindrical-coordinate representation of color #8B9750: hue angle of 70.14º 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 #8B9750 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 139 151 80 -
CMYK 0.08 0 0.47 0.41
HSL 70.14º 0.31% 0.45% -
HSV(B) 70.14º 0.47% 0.59% -
XYZ 23.16 28.2 11.81 -
YUV 139.32 94.52 127.77 -
System Red Green Blue C M Y K H S L
Decimal 139 151 80 0.08 0 0.47 0.41 70.14 0.31 0.45
Hex 8B 97 50 8 0 2F 29 46 1F 2D
Octal 213 227 120 10 0 57 51 106 37 55
Binary 10001011 10010111 1010000 1000 0 101111 101001 1000110 11111 101101

Color Harmonies of #8B9750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9750

Black with #8B9750

Text Example


Text Example

White with #8B9750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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