Html Css Color HEX #7AA115 Lima

📋 copy color: '#7AA115'

red 122 ◦ green 161 ◦ blue 21

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

Shades of Lima #7AA115

Tints of Lima #7AA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.91%

R = 40.13%
G = 52.96%
B = 6.91%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#7AA115 (or 0x7AA115) is known color: Lima. HEX triplet: 7A, A1 and 15. RGB value is (122,161,21). Sum of RGB (Red+Green+Blue) = 122+161+21=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 21 (8.59% from 255 or 6.91% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA115 is #855EEA. Grayscale: #858585. Windows color (decimal): -8740587 or 1417594. OLE color: 1417594.

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

Color convert

RGB 122 161 21 -
CMYK 0.24 0 0.87 0.37
HSL 76.71º 0.77% 0.36% -
HSV(B) 76.71º 0.87% 0.63% -
XYZ 20.91 29.68 5.34 -
YUV 133.38 64.58 119.88 -
System Red Green Blue C M Y K H S L
Decimal 122 161 21 0.24 0 0.87 0.37 76.71 0.77 0.36
Hex 7A A1 15 18 0 57 25 4D 4D 24
Octal 172 241 25 30 0 127 45 115 115 44
Binary 1111010 10100001 10101 11000 0 1010111 100101 1001101 1001101 100100

Color Harmonies of #7AA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA115

Black with #7AA115

Text Example


Text Example

White with #7AA115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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