Html Css Color HEX #7EA045 Sushi

📋 copy color: '#7EA045'

red 126 ◦ green 160 ◦ blue 69

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

Shades of Sushi #7EA045

Tints of Sushi #7EA045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.44%

R = 35.49%
G = 45.07%
B = 19.44%

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

#7EA045 (or 0x7EA045) is known color: Sushi. HEX triplet: 7E, A0 and 45. RGB value is (126,160,69). Sum of RGB (Red+Green+Blue) = 126+160+69=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #7EA045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA045 is #815FBA. Grayscale: #8B8B8B. Windows color (decimal): -8478651 or 4563070. OLE color: 4563070.

HSL color Cylindrical-coordinate representation of color #7EA045: hue angle of 82.42º 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 #7EA045 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 126 160 69 -
CMYK 0.21 0 0.57 0.37
HSL 82.42º 0.4% 0.45% -
HSV(B) 82.42º 0.57% 0.63% -
XYZ 22.25 30.01 10.25 -
YUV 139.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 126 160 69 0.21 0 0.57 0.37 82.42 0.4 0.45
Hex 7E A0 45 15 0 39 25 52 28 2D
Octal 176 240 105 25 0 71 45 122 50 55
Binary 1111110 10100000 1000101 10101 0 111001 100101 1010010 101000 101101

Color Harmonies of #7EA045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA045

Black with #7EA045

Text Example


Text Example

White with #7EA045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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