Html Css Color HEX #7C963F Wasabi

📋 copy color: '#7C963F'

red 124 ◦ green 150 ◦ blue 63

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

Shades of Wasabi #7C963F

Tints of Wasabi #7C963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.69%

R = 36.8%
G = 44.51%
B = 18.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#7C963F (or 0x7C963F) is known color: Wasabi. HEX triplet: 7C, 96 and 3F. RGB value is (124,150,63). Sum of RGB (Red+Green+Blue) = 124+150+63=337 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.80% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #7C963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C963F is #8369C0. Grayscale: #848484. Windows color (decimal): -8612289 or 4167292. OLE color: 4167292.

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

Color convert

RGB 124 150 63 -
CMYK 0.17 0 0.58 0.41
HSL 77.93º 0.41% 0.42% -
HSV(B) 77.93º 0.58% 0.59% -
XYZ 20.12 26.46 8.75 -
YUV 132.31 88.89 122.07 -
System Red Green Blue C M Y K H S L
Decimal 124 150 63 0.17 0 0.58 0.41 77.93 0.41 0.42
Hex 7C 96 3F 11 0 3A 29 4E 29 2A
Octal 174 226 77 21 0 72 51 116 51 52
Binary 1111100 10010110 111111 10001 0 111010 101001 1001110 101001 101010

Color Harmonies of #7C963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C963F

Black with #7C963F

Text Example


Text Example

White with #7C963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,150,63); }

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

background-color css

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

 a { background-color: rgb(124,150,63); }

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

border-color css

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

 span { border-color: rgb(124,150,63); }

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