Html Css Color HEX #7EA12B Sushi

📋 copy color: '#7EA12B'

red 126 ◦ green 161 ◦ blue 43

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

Shades of Sushi #7EA12B

Tints of Sushi #7EA12B

RGB

 RED value IS 126 (49.61% from 255) = 38.18%

 GREEN value IS 161 (63.28% from 255) = 48.79%

 BLUE value IS 43 (17.19% from 255) = 13.03%

R = 38.18%
G = 48.79%
B = 13.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#7EA12B (or 0x7EA12B) is known color: Sushi. HEX triplet: 7E, A1 and 2B. RGB value is (126,161,43). Sum of RGB (Red+Green+Blue) = 126+161+43=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 161 (63.28% from 255 or 48.79% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA12B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA12B is #815ED4. Grayscale: #898989. Windows color (decimal): -8478421 or 2859390. OLE color: 2859390.

HSL color Cylindrical-coordinate representation of color #7EA12B: hue angle of 77.8º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EA12B is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 161 43 -
CMYK 0.22 0 0.73 0.37
HSL 77.8º 0.58% 0.4% -
HSV(B) 77.8º 0.73% 0.63% -
XYZ 21.79 30.1 6.95 -
YUV 137.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 126 161 43 0.22 0 0.73 0.37 77.8 0.58 0.4
Hex 7E A1 2B 16 0 49 25 4E 3A 28
Octal 176 241 53 26 0 111 45 116 72 50
Binary 1111110 10100001 101011 10110 0 1001001 100101 1001110 111010 101000

Color Harmonies of #7EA12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA12B

Black with #7EA12B

Text Example


Text Example

White with #7EA12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,161,43); }

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

background-color css

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

 a { background-color: rgb(126,161,43); }

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

border-color css

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

 span { border-color: rgb(126,161,43); }

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