Html Css Color HEX #7C912F Wasabi

📋 copy color: '#7C912F'

red 124 ◦ green 145 ◦ blue 47

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

Shades of Wasabi #7C912F

Tints of Wasabi #7C912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.89%

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 39.24%
G = 45.89%
B = 14.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#7C912F (or 0x7C912F) is known color: Wasabi. HEX triplet: 7C, 91 and 2F. RGB value is (124,145,47). Sum of RGB (Red+Green+Blue) = 124+145+47=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #7C912F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C912F is #836ED0. Grayscale: #7F7F7F. Windows color (decimal): -8613585 or 3117436. OLE color: 3117436.

HSL color Cylindrical-coordinate representation of color #7C912F: hue angle of 72.86º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C912F is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 124 145 47 -
CMYK 0.14 0 0.68 0.43
HSL 72.86º 0.51% 0.38% -
HSV(B) 72.86º 0.68% 0.57% -
XYZ 18.95 24.74 6.47 -
YUV 127.55 82.54 125.47 -
System Red Green Blue C M Y K H S L
Decimal 124 145 47 0.14 0 0.68 0.43 72.86 0.51 0.38
Hex 7C 91 2F E 0 44 2B 49 33 26
Octal 174 221 57 16 0 104 53 111 63 46
Binary 1111100 10010001 101111 1110 0 1000100 101011 1001001 110011 100110

Color Harmonies of #7C912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C912F

Black with #7C912F

Text Example


Text Example

White with #7C912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,145,47); }

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

background-color css

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

 a { background-color: rgb(124,145,47); }

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

border-color css

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

 span { border-color: rgb(124,145,47); }

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