Html Css Color HEX #7EAE34 Sushi

📋 copy color: '#7EAE34'

red 126 ◦ green 174 ◦ blue 52

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

Shades of Sushi #7EAE34

Tints of Sushi #7EAE34

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.43%

 BLUE value IS 52 (20.7% from 255) = 14.77%

R = 35.8%
G = 49.43%
B = 14.77%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#7EAE34 (or 0x7EAE34) is known color: Sushi. HEX triplet: 7E, AE and 34. RGB value is (126,174,52). Sum of RGB (Red+Green+Blue) = 126+174+52=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #7EAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAE34 is #8151CB. Grayscale: #929292. Windows color (decimal): -8475084 or 3452542. OLE color: 3452542.

HSL color Cylindrical-coordinate representation of color #7EAE34: hue angle of 83.61º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7EAE34 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 174 52 -
CMYK 0.28 0 0.70 0.32
HSL 83.61º 0.54% 0.44% -
HSV(B) 83.61º 0.7% 0.68% -
XYZ 24.36 34.96 8.71 -
YUV 145.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 126 174 52 0.28 0 0.70 0.32 83.61 0.54 0.44
Hex 7E AE 34 1C 0 46 20 54 36 2C
Octal 176 256 64 34 0 106 40 124 66 54
Binary 1111110 10101110 110100 11100 0 1000110 100000 1010100 110110 101100

Color Harmonies of #7EAE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAE34

Black with #7EAE34

Text Example


Text Example

White with #7EAE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,174,52); }

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

background-color css

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

 a { background-color: rgb(126,174,52); }

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

border-color css

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

 span { border-color: rgb(126,174,52); }

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