Html Css Color HEX #7AA731 Sushi

📋 copy color: '#7AA731'

red 122 ◦ green 167 ◦ blue 49

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

Shades of Sushi #7AA731

Tints of Sushi #7AA731

RGB

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

 GREEN value IS 167 (65.63% from 255) = 49.41%

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

R = 36.09%
G = 49.41%
B = 14.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#7AA731 (or 0x7AA731) is known color: Sushi. HEX triplet: 7A, A7 and 31. RGB value is (122,167,49). Sum of RGB (Red+Green+Blue) = 122+167+49=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 167 (65.62% from 255 or 49.41% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 167 - color contains mainly: green. Hex color #7AA731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA731 is #8558CE. Grayscale: #8C8C8C. Windows color (decimal): -8739023 or 3254138. OLE color: 3254138.

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

Color convert

RGB 122 167 49 -
CMYK 0.27 0 0.71 0.35
HSL 82.88º 0.55% 0.42% -
HSV(B) 82.88º 0.71% 0.65% -
XYZ 22.4 32 7.9 -
YUV 140.09 76.59 115.09 -
System Red Green Blue C M Y K H S L
Decimal 122 167 49 0.27 0 0.71 0.35 82.88 0.55 0.42
Hex 7A A7 31 1B 0 47 23 53 37 2A
Octal 172 247 61 33 0 107 43 123 67 52
Binary 1111010 10100111 110001 11011 0 1000111 100011 1010011 110111 101010

Color Harmonies of #7AA731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA731

Black with #7AA731

Text Example


Text Example

White with #7AA731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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