Html Css Color HEX #7AA640 Sushi

📋 copy color: '#7AA640'

red 122 ◦ green 166 ◦ blue 64

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

Shades of Sushi #7AA640

Tints of Sushi #7AA640

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.16%

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

R = 34.66%
G = 47.16%
B = 18.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#7AA640 (or 0x7AA640) is known color: Sushi. HEX triplet: 7A, A6 and 40. RGB value is (122,166,64). Sum of RGB (Red+Green+Blue) = 122+166+64=352 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.66% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #7AA640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA640 is #8559BF. Grayscale: #8D8D8D. Windows color (decimal): -8739264 or 4236922. OLE color: 4236922.

HSL color Cylindrical-coordinate representation of color #7AA640: hue angle of 85.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AA640 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 122 166 64 -
CMYK 0.27 0 0.61 0.35
HSL 85.88º 0.44% 0.45% -
HSV(B) 85.88º 0.61% 0.65% -
XYZ 22.59 31.78 9.79 -
YUV 141.22 84.42 114.29 -
System Red Green Blue C M Y K H S L
Decimal 122 166 64 0.27 0 0.61 0.35 85.88 0.44 0.45
Hex 7A A6 40 1B 0 3D 23 56 2C 2D
Octal 172 246 100 33 0 75 43 126 54 55
Binary 1111010 10100110 1000000 11011 0 111101 100011 1010110 101100 101101

Color Harmonies of #7AA640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA640

Black with #7AA640

Text Example


Text Example

White with #7AA640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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