Html Css Color HEX #7C8C3C Wasabi

📋 copy color: '#7C8C3C'

red 124 ◦ green 140 ◦ blue 60

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

Shades of Wasabi #7C8C3C

Tints of Wasabi #7C8C3C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.21%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 38.27%
G = 43.21%
B = 18.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#7C8C3C (or 0x7C8C3C) is known color: Wasabi. HEX triplet: 7C, 8C and 3C. RGB value is (124,140,60). Sum of RGB (Red+Green+Blue) = 124+140+60=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #7C8C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8C3C is #8373C3. Grayscale: #7E7E7E. Windows color (decimal): -8614852 or 3968124. OLE color: 3968124.

HSL color Cylindrical-coordinate representation of color #7C8C3C: hue angle of 72º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C8C3C is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 124 140 60 -
CMYK 0.11 0 0.57 0.45
HSL 72º 0.4% 0.39% -
HSV(B) 72º 0.57% 0.55% -
XYZ 18.51 23.37 7.81 -
YUV 126.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 124 140 60 0.11 0 0.57 0.45 72 0.4 0.39
Hex 7C 8C 3C B 0 39 2D 48 28 27
Octal 174 214 74 13 0 71 55 110 50 47
Binary 1111100 10001100 111100 1011 0 111001 101101 1001000 101000 100111

Color Harmonies of #7C8C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8C3C

Black with #7C8C3C

Text Example


Text Example

White with #7C8C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,140,60); }

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

background-color css

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

 a { background-color: rgb(124,140,60); }

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

border-color css

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

 span { border-color: rgb(124,140,60); }

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