Html Css Color HEX #7FA119 Lima

📋 copy color: '#7FA119'

red 127 ◦ green 161 ◦ blue 25

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

Shades of Lima #7FA119

Tints of Lima #7FA119

RGB

 RED value IS 127 (50% from 255) = 40.58%

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

 BLUE value IS 25 (10.16% from 255) = 7.99%

R = 40.58%
G = 51.44%
B = 7.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#7FA119 (or 0x7FA119) is known color: Lima. HEX triplet: 7F, A1 and 19. RGB value is (127,161,25). Sum of RGB (Red+Green+Blue) = 127+161+25=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #7FA119 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA119 is #805EE6. Grayscale: #878787. Windows color (decimal): -8412903 or 1679743. OLE color: 1679743.

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

Color convert

RGB 127 161 25 -
CMYK 0.21 0 0.84 0.37
HSL 75º 0.73% 0.36% -
HSV(B) 75º 0.84% 0.63% -
XYZ 21.67 30.07 5.58 -
YUV 135.33 65.74 122.06 -
System Red Green Blue C M Y K H S L
Decimal 127 161 25 0.21 0 0.84 0.37 75 0.73 0.36
Hex 7F A1 19 15 0 54 25 4B 49 24
Octal 177 241 31 25 0 124 45 113 111 44
Binary 1111111 10100001 11001 10101 0 1010100 100101 1001011 1001001 100100

Color Harmonies of #7FA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA119

Black with #7FA119

Text Example


Text Example

White with #7FA119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,161,25); }

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

background-color css

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

 a { background-color: rgb(127,161,25); }

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

border-color css

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

 span { border-color: rgb(127,161,25); }

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