Html Css Color HEX #8C963F Wasabi

📋 copy color: '#8C963F'

red 140 ◦ green 150 ◦ blue 63

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

Shades of Wasabi #8C963F

Tints of Wasabi #8C963F

RGB

 RED value IS 140 (55.08% from 255) = 39.66%

 GREEN value IS 150 (58.98% from 255) = 42.49%

 BLUE value IS 63 (25% from 255) = 17.85%

R = 39.66%
G = 42.49%
B = 17.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#8C963F (or 0x8C963F) is known color: Wasabi. HEX triplet: 8C, 96 and 3F. RGB value is (140,150,63). Sum of RGB (Red+Green+Blue) = 140+150+63=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #8C963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C963F is #7369C0. Grayscale: #898989. Windows color (decimal): -7563713 or 4167308. OLE color: 4167308.

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

Color convert

RGB 140 150 63 -
CMYK 0.07 0 0.58 0.41
HSL 66.9º 0.41% 0.42% -
HSV(B) 66.9º 0.58% 0.59% -
XYZ 22.62 27.75 8.87 -
YUV 137.09 86.19 130.07 -
System Red Green Blue C M Y K H S L
Decimal 140 150 63 0.07 0 0.58 0.41 66.9 0.41 0.42
Hex 8C 96 3F 7 0 3A 29 43 29 2A
Octal 214 226 77 7 0 72 51 103 51 52
Binary 10001100 10010110 111111 111 0 111010 101001 1000011 101001 101010

Color Harmonies of #8C963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C963F

Black with #8C963F

Text Example


Text Example

White with #8C963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,63); }

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

background-color css

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

 a { background-color: rgb(140,150,63); }

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

border-color css

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

 span { border-color: rgb(140,150,63); }

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