Html Css Color HEX #7EA540 Sushi

📋 copy color: '#7EA540'

red 126 ◦ green 165 ◦ blue 64

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

Shades of Sushi #7EA540

Tints of Sushi #7EA540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.03%

R = 35.49%
G = 46.48%
B = 18.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#7EA540 (or 0x7EA540) is known color: Sushi. HEX triplet: 7E, A5 and 40. RGB value is (126,165,64). Sum of RGB (Red+Green+Blue) = 126+165+64=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 165 (64.84% from 255 or 46.48% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA540 is #815ABF. Grayscale: #8E8E8E. Windows color (decimal): -8477376 or 4236670. OLE color: 4236670.

HSL color Cylindrical-coordinate representation of color #7EA540: hue angle of 83.17º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7EA540 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 165 64 -
CMYK 0.24 0 0.61 0.35
HSL 83.17º 0.44% 0.45% -
HSV(B) 83.17º 0.61% 0.65% -
XYZ 22.98 31.72 9.76 -
YUV 141.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 126 165 64 0.24 0 0.61 0.35 83.17 0.44 0.45
Hex 7E A5 40 18 0 3D 23 53 2C 2D
Octal 176 245 100 30 0 75 43 123 54 55
Binary 1111110 10100101 1000000 11000 0 111101 100011 1010011 101100 101101

Color Harmonies of #7EA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA540

Black with #7EA540

Text Example


Text Example

White with #7EA540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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