Html Css Color HEX #7EA32A Sushi

📋 copy color: '#7EA32A'

red 126 ◦ green 163 ◦ blue 42

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

Shades of Sushi #7EA32A

Tints of Sushi #7EA32A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.24%

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 38.07%
G = 49.24%
B = 12.69%

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

#7EA32A (or 0x7EA32A) is known color: Sushi. HEX triplet: 7E, A3 and 2A. RGB value is (126,163,42). Sum of RGB (Red+Green+Blue) = 126+163+42=331 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.07% from 331); Green value is 163 (64.06% from 255 or 49.24% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA32A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA32A is #815CD5. Grayscale: #8A8A8A. Windows color (decimal): -8477910 or 2794366. OLE color: 2794366.

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

Color convert

RGB 126 163 42 -
CMYK 0.23 0 0.74 0.36
HSL 78.35º 0.59% 0.4% -
HSV(B) 78.35º 0.74% 0.64% -
XYZ 22.12 30.8 6.97 -
YUV 138.14 73.74 119.34 -
System Red Green Blue C M Y K H S L
Decimal 126 163 42 0.23 0 0.74 0.36 78.35 0.59 0.4
Hex 7E A3 2A 17 0 4A 24 4E 3B 28
Octal 176 243 52 27 0 112 44 116 73 50
Binary 1111110 10100011 101010 10111 0 1001010 100100 1001110 111011 101000

Color Harmonies of #7EA32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA32A

Black with #7EA32A

Text Example


Text Example

White with #7EA32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,163,42); }

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

background-color css

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

 a { background-color: rgb(126,163,42); }

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

border-color css

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

 span { border-color: rgb(126,163,42); }

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