Html Css Color HEX #7FA518 Lima

📋 copy color: '#7FA518'

red 127 ◦ green 165 ◦ blue 24

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

Shades of Lima #7FA518

Tints of Lima #7FA518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 40.19%
G = 52.22%
B = 7.59%

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

#7FA518 (or 0x7FA518) is known color: Lima. HEX triplet: 7F, A5 and 18. RGB value is (127,165,24). Sum of RGB (Red+Green+Blue) = 127+165+24=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA518 is #805AE7. Grayscale: #8A8A8A. Windows color (decimal): -8411880 or 1615231. OLE color: 1615231.

HSL color Cylindrical-coordinate representation of color #7FA518: hue angle of 76.17º degrees, saturation: 0.75, 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 #7FA518 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 24 -
CMYK 0.23 0 0.85 0.35
HSL 76.17º 0.75% 0.37% -
HSV(B) 76.17º 0.85% 0.65% -
XYZ 22.37 31.49 5.76 -
YUV 137.56 63.91 120.46 -
System Red Green Blue C M Y K H S L
Decimal 127 165 24 0.23 0 0.85 0.35 76.17 0.75 0.37
Hex 7F A5 18 17 0 55 23 4C 4B 25
Octal 177 245 30 27 0 125 43 114 113 45
Binary 1111111 10100101 11000 10111 0 1010101 100011 1001100 1001011 100101

Color Harmonies of #7FA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA518

Black with #7FA518

Text Example


Text Example

White with #7FA518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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