Html Css Color HEX #7C8948 Wasabi

📋 copy color: '#7C8948'

red 124 ◦ green 137 ◦ blue 72

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

Shades of Wasabi #7C8948

Tints of Wasabi #7C8948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

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

R = 37.24%
G = 41.14%
B = 21.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#7C8948 (or 0x7C8948) is known color: Wasabi. HEX triplet: 7C, 89 and 48. RGB value is (124,137,72). Sum of RGB (Red+Green+Blue) = 124+137+72=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #7C8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8948 is #8376B7. Grayscale: #7D7D7D. Windows color (decimal): -8615608 or 4753788. OLE color: 4753788.

HSL color Cylindrical-coordinate representation of color #7C8948: hue angle of 72º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C8948 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 124 137 72 -
CMYK 0.09 0 0.47 0.46
HSL 72º 0.31% 0.41% -
HSV(B) 72º 0.47% 0.54% -
XYZ 18.43 22.64 9.53 -
YUV 125.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 124 137 72 0.09 0 0.47 0.46 72 0.31 0.41
Hex 7C 89 48 9 0 2F 2E 48 1F 29
Octal 174 211 110 11 0 57 56 110 37 51
Binary 1111100 10001001 1001000 1001 0 101111 101110 1001000 11111 101001

Color Harmonies of #7C8948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8948

Black with #7C8948

Text Example


Text Example

White with #7C8948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,137,72); }

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

background-color css

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

 a { background-color: rgb(124,137,72); }

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

border-color css

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

 span { border-color: rgb(124,137,72); }

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