Html Css Color HEX #7AA138 Sushi

📋 copy color: '#7AA138'

red 122 ◦ green 161 ◦ blue 56

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

Shades of Sushi #7AA138

Tints of Sushi #7AA138

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.49%

 BLUE value IS 56 (22.27% from 255) = 16.52%

R = 35.99%
G = 47.49%
B = 16.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#7AA138 (or 0x7AA138) is known color: Sushi. HEX triplet: 7A, A1 and 38. RGB value is (122,161,56). Sum of RGB (Red+Green+Blue) = 122+161+56=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AA138 is #855EC7. Grayscale: #898989. Windows color (decimal): -8740552 or 3711354. OLE color: 3711354.

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

Color convert

RGB 122 161 56 -
CMYK 0.24 0 0.65 0.37
HSL 82.29º 0.48% 0.43% -
HSV(B) 82.29º 0.65% 0.63% -
XYZ 21.48 29.91 8.38 -
YUV 137.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 122 161 56 0.24 0 0.65 0.37 82.29 0.48 0.43
Hex 7A A1 38 18 0 41 25 52 30 2B
Octal 172 241 70 30 0 101 45 122 60 53
Binary 1111010 10100001 111000 11000 0 1000001 100101 1010010 110000 101011

Color Harmonies of #7AA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA138

Black with #7AA138

Text Example


Text Example

White with #7AA138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,161,56); }

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

background-color css

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

 a { background-color: rgb(122,161,56); }

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

border-color css

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

 span { border-color: rgb(122,161,56); }

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