Html Css Color HEX #7AA431 Sushi

📋 copy color: '#7AA431'

red 122 ◦ green 164 ◦ blue 49

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

Shades of Sushi #7AA431

Tints of Sushi #7AA431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.96%

 BLUE value IS 49 (19.53% from 255) = 14.63%

R = 36.42%
G = 48.96%
B = 14.63%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#7AA431 (or 0x7AA431) is known color: Sushi. HEX triplet: 7A, A4 and 31. RGB value is (122,164,49). Sum of RGB (Red+Green+Blue) = 122+164+49=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA431 is #855BCE. Grayscale: #8A8A8A. Windows color (decimal): -8739791 or 3253370. OLE color: 3253370.

HSL color Cylindrical-coordinate representation of color #7AA431: hue angle of 81.91º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AA431 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 164 49 -
CMYK 0.26 0 0.70 0.36
HSL 81.91º 0.54% 0.42% -
HSV(B) 81.91º 0.7% 0.64% -
XYZ 21.86 30.91 7.72 -
YUV 138.33 77.59 116.35 -
System Red Green Blue C M Y K H S L
Decimal 122 164 49 0.26 0 0.70 0.36 81.91 0.54 0.42
Hex 7A A4 31 1A 0 46 24 52 36 2A
Octal 172 244 61 32 0 106 44 122 66 52
Binary 1111010 10100100 110001 11010 0 1000110 100100 1010010 110110 101010

Color Harmonies of #7AA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA431

Black with #7AA431

Text Example


Text Example

White with #7AA431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,164,49); }

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

background-color css

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

 a { background-color: rgb(122,164,49); }

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

border-color css

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

 span { border-color: rgb(122,164,49); }

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