Html Css Color HEX #7EAA3D Sushi

📋 copy color: '#7EAA3D'

red 126 ◦ green 170 ◦ blue 61

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

Shades of Sushi #7EAA3D

Tints of Sushi #7EAA3D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.62%

 BLUE value IS 61 (24.22% from 255) = 17.09%

R = 35.29%
G = 47.62%
B = 17.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#7EAA3D (or 0x7EAA3D) is known color: Sushi. HEX triplet: 7E, AA and 3D. RGB value is (126,170,61). Sum of RGB (Red+Green+Blue) = 126+170+61=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #7EAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAA3D is #8155C2. Grayscale: #909090. Windows color (decimal): -8476099 or 4041342. OLE color: 4041342.

HSL color Cylindrical-coordinate representation of color #7EAA3D: hue angle of 84.22º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7EAA3D is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 126 170 61 -
CMYK 0.26 0 0.64 0.33
HSL 84.22º 0.47% 0.45% -
HSV(B) 84.22º 0.64% 0.67% -
XYZ 23.82 33.52 9.63 -
YUV 144.42 80.92 114.86 -
System Red Green Blue C M Y K H S L
Decimal 126 170 61 0.26 0 0.64 0.33 84.22 0.47 0.45
Hex 7E AA 3D 1A 0 40 21 54 2F 2D
Octal 176 252 75 32 0 100 41 124 57 55
Binary 1111110 10101010 111101 11010 0 1000000 100001 1010100 101111 101101

Color Harmonies of #7EAA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAA3D

Black with #7EAA3D

Text Example


Text Example

White with #7EAA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,170,61); }

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

background-color css

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

 a { background-color: rgb(126,170,61); }

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

border-color css

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

 span { border-color: rgb(126,170,61); }

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