Html Css Color HEX #7EA541 Sushi

📋 copy color: '#7EA541'

red 126 ◦ green 165 ◦ blue 65

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

Shades of Sushi #7EA541

Tints of Sushi #7EA541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.26%

R = 35.39%
G = 46.35%
B = 18.26%

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

#7EA541 (or 0x7EA541) is known color: Sushi. HEX triplet: 7E, A5 and 41. RGB value is (126,165,65). Sum of RGB (Red+Green+Blue) = 126+165+65=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA541 is #815ABE. Grayscale: #8E8E8E. Windows color (decimal): -8477375 or 4302206. OLE color: 4302206.

HSL color Cylindrical-coordinate representation of color #7EA541: hue angle of 83.4º degrees, saturation: 0.43, 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 #7EA541 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 126 165 65 -
CMYK 0.24 0 0.61 0.35
HSL 83.4º 0.43% 0.45% -
HSV(B) 83.4º 0.61% 0.65% -
XYZ 23.01 31.73 9.91 -
YUV 141.94 84.58 116.63 -
System Red Green Blue C M Y K H S L
Decimal 126 165 65 0.24 0 0.61 0.35 83.4 0.43 0.45
Hex 7E A5 41 18 0 3D 23 53 2B 2D
Octal 176 245 101 30 0 75 43 123 53 55
Binary 1111110 10100101 1000001 11000 0 111101 100011 1010011 101011 101101

Color Harmonies of #7EA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA541

Black with #7EA541

Text Example


Text Example

White with #7EA541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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