Html Css Color HEX #7EA532 Sushi

📋 copy color: '#7EA532'

red 126 ◦ green 165 ◦ blue 50

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

Shades of Sushi #7EA532

Tints of Sushi #7EA532

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.39%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 36.95%
G = 48.39%
B = 14.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#7EA532 (or 0x7EA532) is known color: Sushi. HEX triplet: 7E, A5 and 32. RGB value is (126,165,50). Sum of RGB (Red+Green+Blue) = 126+165+50=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA532 is #815ACD. Grayscale: #8C8C8C. Windows color (decimal): -8477390 or 3319166. OLE color: 3319166.

HSL color Cylindrical-coordinate representation of color #7EA532: hue angle of 80.35º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EA532 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 165 50 -
CMYK 0.24 0 0.70 0.35
HSL 80.35º 0.53% 0.42% -
HSV(B) 80.35º 0.7% 0.65% -
XYZ 22.64 31.58 7.92 -
YUV 140.23 77.08 117.85 -
System Red Green Blue C M Y K H S L
Decimal 126 165 50 0.24 0 0.70 0.35 80.35 0.53 0.42
Hex 7E A5 32 18 0 46 23 50 35 2A
Octal 176 245 62 30 0 106 43 120 65 52
Binary 1111110 10100101 110010 11000 0 1000110 100011 1010000 110101 101010

Color Harmonies of #7EA532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA532

Black with #7EA532

Text Example


Text Example

White with #7EA532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,165,50); }

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

background-color css

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

 a { background-color: rgb(126,165,50); }

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

border-color css

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

 span { border-color: rgb(126,165,50); }

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