Html Css Color HEX #7EA144 Sushi

📋 copy color: '#7EA144'

red 126 ◦ green 161 ◦ blue 68

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

Shades of Sushi #7EA144

Tints of Sushi #7EA144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.15%

R = 35.49%
G = 45.35%
B = 19.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#7EA144 (or 0x7EA144) is known color: Sushi. HEX triplet: 7E, A1 and 44. RGB value is (126,161,68). Sum of RGB (Red+Green+Blue) = 126+161+68=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA144 is #815EBB. Grayscale: #8C8C8C. Windows color (decimal): -8478396 or 4497790. OLE color: 4497790.

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

Color convert

RGB 126 161 68 -
CMYK 0.22 0 0.58 0.37
HSL 82.58º 0.41% 0.45% -
HSV(B) 82.58º 0.58% 0.63% -
XYZ 22.39 30.34 10.15 -
YUV 139.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 126 161 68 0.22 0 0.58 0.37 82.58 0.41 0.45
Hex 7E A1 44 16 0 3A 25 53 29 2D
Octal 176 241 104 26 0 72 45 123 51 55
Binary 1111110 10100001 1000100 10110 0 111010 100101 1010011 101001 101101

Color Harmonies of #7EA144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA144

Black with #7EA144

Text Example


Text Example

White with #7EA144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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