Html Css Color HEX #7FA015 Lima

📋 copy color: '#7FA015'

red 127 ◦ green 160 ◦ blue 21

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

Shades of Lima #7FA015

Tints of Lima #7FA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.95%

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

R = 41.23%
G = 51.95%
B = 6.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#7FA015 (or 0x7FA015) is known color: Lima. HEX triplet: 7F, A0 and 15. RGB value is (127,160,21). Sum of RGB (Red+Green+Blue) = 127+160+21=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA015 is #805FEA. Grayscale: #868686. Windows color (decimal): -8413163 or 1417343. OLE color: 1417343.

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

Color convert

RGB 127 160 21 -
CMYK 0.21 0 0.87 0.37
HSL 74.24º 0.77% 0.35% -
HSV(B) 74.24º 0.87% 0.63% -
XYZ 21.46 29.71 5.31 -
YUV 134.29 64.07 122.8 -
System Red Green Blue C M Y K H S L
Decimal 127 160 21 0.21 0 0.87 0.37 74.24 0.77 0.35
Hex 7F A0 15 15 0 57 25 4A 4D 23
Octal 177 240 25 25 0 127 45 112 115 43
Binary 1111111 10100000 10101 10101 0 1010111 100101 1001010 1001101 100011

Color Harmonies of #7FA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA015

Black with #7FA015

Text Example


Text Example

White with #7FA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,160,21); }

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

background-color css

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

 a { background-color: rgb(127,160,21); }

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

border-color css

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

 span { border-color: rgb(127,160,21); }

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