Html Css Color HEX #7FA519 Lima

📋 copy color: '#7FA519'

red 127 ◦ green 165 ◦ blue 25

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

Shades of Lima #7FA519

Tints of Lima #7FA519

RGB

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

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

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

R = 40.06%
G = 52.05%
B = 7.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#7FA519 (or 0x7FA519) is known color: Lima. HEX triplet: 7F, A5 and 19. RGB value is (127,165,25). Sum of RGB (Red+Green+Blue) = 127+165+25=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA519 is #805AE6. Grayscale: #8A8A8A. Windows color (decimal): -8411879 or 1680767. OLE color: 1680767.

HSL color Cylindrical-coordinate representation of color #7FA519: hue angle of 76.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FA519 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 25 -
CMYK 0.23 0 0.85 0.35
HSL 76.29º 0.74% 0.37% -
HSV(B) 76.29º 0.85% 0.65% -
XYZ 22.38 31.49 5.82 -
YUV 137.68 64.41 120.38 -
System Red Green Blue C M Y K H S L
Decimal 127 165 25 0.23 0 0.85 0.35 76.29 0.74 0.37
Hex 7F A5 19 17 0 55 23 4C 4A 25
Octal 177 245 31 27 0 125 43 114 112 45
Binary 1111111 10100101 11001 10111 0 1010101 100011 1001100 1001010 100101

Color Harmonies of #7FA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA519

Black with #7FA519

Text Example


Text Example

White with #7FA519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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