Html Css Color HEX #7AAE40 Sushi

📋 copy color: '#7AAE40'

red 122 ◦ green 174 ◦ blue 64

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

Shades of Sushi #7AAE40

Tints of Sushi #7AAE40

RGB

 RED value IS 122 (48.05% from 255) = 33.89%

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

 BLUE value IS 64 (25.39% from 255) = 17.78%

R = 33.89%
G = 48.33%
B = 17.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#7AAE40 (or 0x7AAE40) is known color: Sushi. HEX triplet: 7A, AE and 40. RGB value is (122,174,64). Sum of RGB (Red+Green+Blue) = 122+174+64=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 174 (68.36% from 255 or 48.33% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 174 - color contains mainly: green. Hex color #7AAE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAE40 is #8551BF. Grayscale: #929292. Windows color (decimal): -8737216 or 4238970. OLE color: 4238970.

HSL color Cylindrical-coordinate representation of color #7AAE40: hue angle of 88.36º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AAE40 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 122 174 64 -
CMYK 0.30 0 0.63 0.32
HSL 88.36º 0.46% 0.47% -
HSV(B) 88.36º 0.63% 0.68% -
XYZ 24.09 34.78 10.29 -
YUV 145.91 81.77 110.94 -
System Red Green Blue C M Y K H S L
Decimal 122 174 64 0.30 0 0.63 0.32 88.36 0.46 0.47
Hex 7A AE 40 1E 0 3F 20 58 2E 2F
Octal 172 256 100 36 0 77 40 130 56 57
Binary 1111010 10101110 1000000 11110 0 111111 100000 1011000 101110 101111

Color Harmonies of #7AAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAE40

Black with #7AAE40

Text Example


Text Example

White with #7AAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,174,64); }

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

background-color css

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

 a { background-color: rgb(122,174,64); }

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

border-color css

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

 span { border-color: rgb(122,174,64); }

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