Html Css Color HEX #7AB613 Lima

📋 copy color: '#7AB613'

red 122 ◦ green 182 ◦ blue 19

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

Shades of Lima #7AB613

Tints of Lima #7AB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.35%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 37.77%
G = 56.35%
B = 5.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#7AB613 (or 0x7AB613) is known color: Lima. HEX triplet: 7A, B6 and 13. RGB value is (122,182,19). Sum of RGB (Red+Green+Blue) = 122+182+19=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #7AB613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB613 is #8549EC. Grayscale: #929292. Windows color (decimal): -8735213 or 1291898. OLE color: 1291898.

HSL color Cylindrical-coordinate representation of color #7AB613: hue angle of 82.09º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7AB613 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 182 19 -
CMYK 0.33 0 0.90 0.29
HSL 82.09º 0.81% 0.39% -
HSV(B) 82.09º 0.9% 0.71% -
XYZ 24.87 37.64 6.57 -
YUV 145.48 56.62 111.25 -
System Red Green Blue C M Y K H S L
Decimal 122 182 19 0.33 0 0.90 0.29 82.09 0.81 0.39
Hex 7A B6 13 21 0 5A 1D 52 51 27
Octal 172 266 23 41 0 132 35 122 121 47
Binary 1111010 10110110 10011 100001 0 1011010 11101 1010010 1010001 100111

Color Harmonies of #7AB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB613

Black with #7AB613

Text Example


Text Example

White with #7AB613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,182,19); }

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

background-color css

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

 a { background-color: rgb(122,182,19); }

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

border-color css

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

 span { border-color: rgb(122,182,19); }

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