Html Css Color HEX #7AA028 Sushi

📋 copy color: '#7AA028'

red 122 ◦ green 160 ◦ blue 40

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

Shades of Sushi #7AA028

Tints of Sushi #7AA028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.69%

 BLUE value IS 40 (16.02% from 255) = 12.42%

R = 37.89%
G = 49.69%
B = 12.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#7AA028 (or 0x7AA028) is known color: Sushi. HEX triplet: 7A, A0 and 28. RGB value is (122,160,40). Sum of RGB (Red+Green+Blue) = 122+160+40=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #7AA028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA028 is #855FD7. Grayscale: #878787. Windows color (decimal): -8740824 or 2662522. OLE color: 2662522.

HSL color Cylindrical-coordinate representation of color #7AA028: hue angle of 79º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AA028 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 122 160 40 -
CMYK 0.24 0 0.75 0.37
HSL 79º 0.6% 0.39% -
HSV(B) 79º 0.75% 0.63% -
XYZ 20.98 29.43 6.58 -
YUV 134.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 122 160 40 0.24 0 0.75 0.37 79 0.6 0.39
Hex 7A A0 28 18 0 4B 25 4F 3C 27
Octal 172 240 50 30 0 113 45 117 74 47
Binary 1111010 10100000 101000 11000 0 1001011 100101 1001111 111100 100111

Color Harmonies of #7AA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA028

Black with #7AA028

Text Example


Text Example

White with #7AA028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,160,40); }

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

background-color css

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

 a { background-color: rgb(122,160,40); }

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

border-color css

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

 span { border-color: rgb(122,160,40); }

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