Html Css Color HEX #7AA515 Lima

📋 copy color: '#7AA515'

red 122 ◦ green 165 ◦ blue 21

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

Shades of Lima #7AA515

Tints of Lima #7AA515

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.57%

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

R = 39.61%
G = 53.57%
B = 6.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#7AA515 (or 0x7AA515) is known color: Lima. HEX triplet: 7A, A5 and 15. RGB value is (122,165,21). Sum of RGB (Red+Green+Blue) = 122+165+21=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7AA515 is #855AEA. Grayscale: #888888. Windows color (decimal): -8739563 or 1418618. OLE color: 1418618.

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

Color convert

RGB 122 165 21 -
CMYK 0.26 0 0.87 0.35
HSL 77.92º 0.77% 0.36% -
HSV(B) 77.92º 0.87% 0.65% -
XYZ 21.62 31.1 5.57 -
YUV 135.73 63.25 118.21 -
System Red Green Blue C M Y K H S L
Decimal 122 165 21 0.26 0 0.87 0.35 77.92 0.77 0.36
Hex 7A A5 15 1A 0 57 23 4E 4D 24
Octal 172 245 25 32 0 127 43 116 115 44
Binary 1111010 10100101 10101 11010 0 1010111 100011 1001110 1001101 100100

Color Harmonies of #7AA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA515

Black with #7AA515

Text Example


Text Example

White with #7AA515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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