Html Css Color HEX #8C9945 Wasabi

📋 copy color: '#8C9945'

red 140 ◦ green 153 ◦ blue 69

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

Shades of Wasabi #8C9945

Tints of Wasabi #8C9945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 38.67%
G = 42.27%
B = 19.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#8C9945 (or 0x8C9945) is known color: Wasabi. HEX triplet: 8C, 99 and 45. RGB value is (140,153,69). Sum of RGB (Red+Green+Blue) = 140+153+69=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C9945 is #7366BA. Grayscale: #8B8B8B. Windows color (decimal): -7562939 or 4561292. OLE color: 4561292.

HSL color Cylindrical-coordinate representation of color #8C9945: hue angle of 69.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C9945 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 140 153 69 -
CMYK 0.08 0 0.55 0.4
HSL 69.29º 0.38% 0.44% -
HSV(B) 69.29º 0.55% 0.6% -
XYZ 23.28 28.79 9.96 -
YUV 139.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 140 153 69 0.08 0 0.55 0.4 69.29 0.38 0.44
Hex 8C 99 45 8 0 37 28 45 26 2C
Octal 214 231 105 10 0 67 50 105 46 54
Binary 10001100 10011001 1000101 1000 0 110111 101000 1000101 100110 101100

Color Harmonies of #8C9945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9945

Black with #8C9945

Text Example


Text Example

White with #8C9945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,153,69); }

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

background-color css

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

 a { background-color: rgb(140,153,69); }

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

border-color css

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

 span { border-color: rgb(140,153,69); }

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