Html Css Color HEX #7C912E Wasabi

📋 copy color: '#7C912E'

red 124 ◦ green 145 ◦ blue 46

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

Shades of Wasabi #7C912E

Tints of Wasabi #7C912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 39.37%
G = 46.03%
B = 14.6%

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

#7C912E (or 0x7C912E) is known color: Wasabi. HEX triplet: 7C, 91 and 2E. RGB value is (124,145,46). Sum of RGB (Red+Green+Blue) = 124+145+46=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #7C912E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C912E is #836ED1. Grayscale: #7F7F7F. Windows color (decimal): -8613586 or 3051900. OLE color: 3051900.

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

Color convert

RGB 124 145 46 -
CMYK 0.14 0 0.68 0.43
HSL 72.73º 0.52% 0.37% -
HSV(B) 72.73º 0.68% 0.57% -
XYZ 18.93 24.73 6.36 -
YUV 127.44 82.04 125.55 -
System Red Green Blue C M Y K H S L
Decimal 124 145 46 0.14 0 0.68 0.43 72.73 0.52 0.37
Hex 7C 91 2E E 0 44 2B 49 34 25
Octal 174 221 56 16 0 104 53 111 64 45
Binary 1111100 10010001 101110 1110 0 1000100 101011 1001001 110100 100101

Color Harmonies of #7C912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C912E

Black with #7C912E

Text Example


Text Example

White with #7C912E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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