Html Css Color HEX #8C9648 Wasabi

📋 copy color: '#8C9648'

red 140 ◦ green 150 ◦ blue 72

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

Shades of Wasabi #8C9648

Tints of Wasabi #8C9648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 38.67%
G = 41.44%
B = 19.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#8C9648 (or 0x8C9648) is known color: Wasabi. HEX triplet: 8C, 96 and 48. RGB value is (140,150,72). Sum of RGB (Red+Green+Blue) = 140+150+72=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9648 is #7369B7. Grayscale: #8A8A8A. Windows color (decimal): -7563704 or 4757132. OLE color: 4757132.

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

Color convert

RGB 140 150 72 -
CMYK 0.07 0 0.52 0.41
HSL 67.69º 0.35% 0.44% -
HSV(B) 67.69º 0.52% 0.59% -
XYZ 22.89 27.86 10.3 -
YUV 138.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 140 150 72 0.07 0 0.52 0.41 67.69 0.35 0.44
Hex 8C 96 48 7 0 34 29 44 23 2C
Octal 214 226 110 7 0 64 51 104 43 54
Binary 10001100 10010110 1001000 111 0 110100 101001 1000100 100011 101100

Color Harmonies of #8C9648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9648

Black with #8C9648

Text Example


Text Example

White with #8C9648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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