Html Css Color HEX #7EA044 Sushi

📋 copy color: '#7EA044'

red 126 ◦ green 160 ◦ blue 68

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

Shades of Sushi #7EA044

Tints of Sushi #7EA044

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.2%

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

R = 35.59%
G = 45.2%
B = 19.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#7EA044 (or 0x7EA044) is known color: Sushi. HEX triplet: 7E, A0 and 44. RGB value is (126,160,68). Sum of RGB (Red+Green+Blue) = 126+160+68=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA044 is #815FBB. Grayscale: #8B8B8B. Windows color (decimal): -8478652 or 4497534. OLE color: 4497534.

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

Color convert

RGB 126 160 68 -
CMYK 0.21 0 0.57 0.37
HSL 82.17º 0.4% 0.45% -
HSV(B) 82.17º 0.58% 0.63% -
XYZ 22.22 29.99 10.09 -
YUV 139.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 126 160 68 0.21 0 0.57 0.37 82.17 0.4 0.45
Hex 7E A0 44 15 0 39 25 52 28 2D
Octal 176 240 104 25 0 71 45 122 50 55
Binary 1111110 10100000 1000100 10101 0 111001 100101 1010010 101000 101101

Color Harmonies of #7EA044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA044

Black with #7EA044

Text Example


Text Example

White with #7EA044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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