Html Css Color HEX #8C954F Wasabi

📋 copy color: '#8C954F'

red 140 ◦ green 149 ◦ blue 79

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

Shades of Wasabi #8C954F

Tints of Wasabi #8C954F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.49%

 BLUE value IS 79 (31.25% from 255) = 21.47%

R = 38.04%
G = 40.49%
B = 21.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#8C954F (or 0x8C954F) is known color: Wasabi. HEX triplet: 8C, 95 and 4F. RGB value is (140,149,79). Sum of RGB (Red+Green+Blue) = 140+149+79=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 79 (31.25% from 255 or 21.47% from 368); Max value from RGB is 149 - color contains mainly: green. Hex color #8C954F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C954F is #736AB0. Grayscale: #8A8A8A. Windows color (decimal): -7563953 or 5215628. OLE color: 5215628.

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

Color convert

RGB 140 149 79 -
CMYK 0.06 0 0.47 0.42
HSL 67.71º 0.31% 0.45% -
HSV(B) 67.71º 0.47% 0.58% -
XYZ 22.97 27.63 11.52 -
YUV 138.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 140 149 79 0.06 0 0.47 0.42 67.71 0.31 0.45
Hex 8C 95 4F 6 0 2F 2A 44 1F 2D
Octal 214 225 117 6 0 57 52 104 37 55
Binary 10001100 10010101 1001111 110 0 101111 101010 1000100 11111 101101

Color Harmonies of #8C954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C954F

Black with #8C954F

Text Example


Text Example

White with #8C954F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,149,79); }

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

background-color css

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

 a { background-color: rgb(140,149,79); }

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

border-color css

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

 span { border-color: rgb(140,149,79); }

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