Html Css Color HEX #7AAA30 Sushi

📋 copy color: '#7AAA30'

red 122 ◦ green 170 ◦ blue 48

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

Shades of Sushi #7AAA30

Tints of Sushi #7AAA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.12%

R = 35.88%
G = 50%
B = 14.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#7AAA30 (or 0x7AAA30) is known color: Sushi. HEX triplet: 7A, AA and 30. RGB value is (122,170,48). Sum of RGB (Red+Green+Blue) = 122+170+48=340 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.88% from 340); Green value is 170 (66.80% from 255 or 50% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 170 - color contains mainly: green. Hex color #7AAA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAA30 is #8555CF. Grayscale: #8E8E8E. Windows color (decimal): -8738256 or 3189370. OLE color: 3189370.

HSL color Cylindrical-coordinate representation of color #7AAA30: hue angle of 83.61º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7AAA30 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 170 48 -
CMYK 0.28 0 0.72 0.33
HSL 83.61º 0.56% 0.43% -
HSV(B) 83.61º 0.72% 0.67% -
XYZ 22.93 33.1 7.98 -
YUV 141.74 75.1 113.92 -
System Red Green Blue C M Y K H S L
Decimal 122 170 48 0.28 0 0.72 0.33 83.61 0.56 0.43
Hex 7A AA 30 1C 0 48 21 54 38 2B
Octal 172 252 60 34 0 110 41 124 70 53
Binary 1111010 10101010 110000 11100 0 1001000 100001 1010100 111000 101011

Color Harmonies of #7AAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAA30

Black with #7AAA30

Text Example


Text Example

White with #7AAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,170,48); }

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

background-color css

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

 a { background-color: rgb(122,170,48); }

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

border-color css

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

 span { border-color: rgb(122,170,48); }

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