Html Css Color HEX #7EA42B Sushi

📋 copy color: '#7EA42B'

red 126 ◦ green 164 ◦ blue 43

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

Shades of Sushi #7EA42B

Tints of Sushi #7EA42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.25%

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

R = 37.84%
G = 49.25%
B = 12.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#7EA42B (or 0x7EA42B) is known color: Sushi. HEX triplet: 7E, A4 and 2B. RGB value is (126,164,43). Sum of RGB (Red+Green+Blue) = 126+164+43=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #7EA42B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA42B is #815BD4. Grayscale: #8B8B8B. Windows color (decimal): -8477653 or 2860158. OLE color: 2860158.

HSL color Cylindrical-coordinate representation of color #7EA42B: hue angle of 78.84º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7EA42B is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 126 164 43 -
CMYK 0.23 0 0.74 0.36
HSL 78.84º 0.58% 0.41% -
HSV(B) 78.84º 0.74% 0.64% -
XYZ 22.32 31.16 7.12 -
YUV 138.84 73.91 118.84 -
System Red Green Blue C M Y K H S L
Decimal 126 164 43 0.23 0 0.74 0.36 78.84 0.58 0.41
Hex 7E A4 2B 17 0 4A 24 4F 3A 29
Octal 176 244 53 27 0 112 44 117 72 51
Binary 1111110 10100100 101011 10111 0 1001010 100100 1001111 111010 101001

Color Harmonies of #7EA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA42B

Black with #7EA42B

Text Example


Text Example

White with #7EA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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