Html Css Color HEX #7C9540 Wasabi

📋 copy color: '#7C9540'

red 124 ◦ green 149 ◦ blue 64

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

Shades of Wasabi #7C9540

Tints of Wasabi #7C9540

RGB

 RED value IS 124 (48.83% from 255) = 36.8%

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

 BLUE value IS 64 (25.39% from 255) = 18.99%

R = 36.8%
G = 44.21%
B = 18.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#7C9540 (or 0x7C9540) is known color: Wasabi. HEX triplet: 7C, 95 and 40. RGB value is (124,149,64). Sum of RGB (Red+Green+Blue) = 124+149+64=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 149 - color contains mainly: green. Hex color #7C9540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9540 is #836ABF. Grayscale: #848484. Windows color (decimal): -8612544 or 4232572. OLE color: 4232572.

HSL color Cylindrical-coordinate representation of color #7C9540: hue angle of 77.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C9540 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 124 149 64 -
CMYK 0.17 0 0.57 0.42
HSL 77.65º 0.4% 0.42% -
HSV(B) 77.65º 0.57% 0.58% -
XYZ 19.99 26.15 8.84 -
YUV 131.84 89.72 122.41 -
System Red Green Blue C M Y K H S L
Decimal 124 149 64 0.17 0 0.57 0.42 77.65 0.4 0.42
Hex 7C 95 40 11 0 39 2A 4E 28 2A
Octal 174 225 100 21 0 71 52 116 50 52
Binary 1111100 10010101 1000000 10001 0 111001 101010 1001110 101000 101010

Color Harmonies of #7C9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9540

Black with #7C9540

Text Example


Text Example

White with #7C9540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C9540; }

 p { color: rgb(124,149,64); }

 H1.HeaderClassName
 {
   color: #7C9540;
 }
 .AnyTagClassName
 {
   color: #7C9540;
 }
</style>

background-color css

<style>
 a { background-color: #7C9540; }

 a { background-color: rgb(124,149,64); }

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

border-color css

<style>
 span { border-color: #7C9540; }

 span { border-color: rgb(124,149,64); }

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