Html Css Color HEX #7EA542 Sushi

📋 copy color: '#7EA542'

red 126 ◦ green 165 ◦ blue 66

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

Shades of Sushi #7EA542

Tints of Sushi #7EA542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 35.29%
G = 46.22%
B = 18.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#7EA542 (or 0x7EA542) is known color: Sushi. HEX triplet: 7E, A5 and 42. RGB value is (126,165,66). Sum of RGB (Red+Green+Blue) = 126+165+66=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA542 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA542 is #815ABD. Grayscale: #8E8E8E. Windows color (decimal): -8477374 or 4367742. OLE color: 4367742.

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

Color convert

RGB 126 165 66 -
CMYK 0.24 0 0.60 0.35
HSL 83.64º 0.43% 0.45% -
HSV(B) 83.64º 0.6% 0.65% -
XYZ 23.04 31.74 10.07 -
YUV 142.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 126 165 66 0.24 0 0.60 0.35 83.64 0.43 0.45
Hex 7E A5 42 18 0 3C 23 54 2B 2D
Octal 176 245 102 30 0 74 43 124 53 55
Binary 1111110 10100101 1000010 11000 0 111100 100011 1010100 101011 101101

Color Harmonies of #7EA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EA542

Black with #7EA542

Text Example


Text Example

White with #7EA542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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