Html Css Color HEX #7EAC2F Sushi

📋 copy color: '#7EAC2F'

red 126 ◦ green 172 ◦ blue 47

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

Shades of Sushi #7EAC2F

Tints of Sushi #7EAC2F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.86%

 BLUE value IS 47 (18.75% from 255) = 13.62%

R = 36.52%
G = 49.86%
B = 13.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#7EAC2F (or 0x7EAC2F) is known color: Sushi. HEX triplet: 7E, AC and 2F. RGB value is (126,172,47). Sum of RGB (Red+Green+Blue) = 126+172+47=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAC2F is #8153D0. Grayscale: #909090. Windows color (decimal): -8475601 or 3124350. OLE color: 3124350.

HSL color Cylindrical-coordinate representation of color #7EAC2F: hue angle of 82.08º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7EAC2F is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 172 47 -
CMYK 0.27 0 0.73 0.33
HSL 82.08º 0.57% 0.43% -
HSV(B) 82.08º 0.73% 0.67% -
XYZ 23.87 34.15 8.02 -
YUV 144 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 126 172 47 0.27 0 0.73 0.33 82.08 0.57 0.43
Hex 7E AC 2F 1B 0 49 21 52 39 2B
Octal 176 254 57 33 0 111 41 122 71 53
Binary 1111110 10101100 101111 11011 0 1001001 100001 1010010 111001 101011

Color Harmonies of #7EAC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAC2F

Black with #7EAC2F

Text Example


Text Example

White with #7EAC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,172,47); }

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

background-color css

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

 a { background-color: rgb(126,172,47); }

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

border-color css

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

 span { border-color: rgb(126,172,47); }

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