Html Css Color HEX #7FA515 Lima

📋 copy color: '#7FA515'

red 127 ◦ green 165 ◦ blue 21

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

Shades of Lima #7FA515

Tints of Lima #7FA515

RGB

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

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

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

R = 40.58%
G = 52.72%
B = 6.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#7FA515 (or 0x7FA515) is known color: Lima. HEX triplet: 7F, A5 and 15. RGB value is (127,165,21). Sum of RGB (Red+Green+Blue) = 127+165+21=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 165 (64.84% from 255 or 52.72% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA515 is #805AEA. Grayscale: #898989. Windows color (decimal): -8411883 or 1418623. OLE color: 1418623.

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

Color convert

RGB 127 165 21 -
CMYK 0.23 0 0.87 0.35
HSL 75.83º 0.77% 0.36% -
HSV(B) 75.83º 0.87% 0.65% -
XYZ 22.34 31.48 5.61 -
YUV 137.22 62.41 120.71 -
System Red Green Blue C M Y K H S L
Decimal 127 165 21 0.23 0 0.87 0.35 75.83 0.77 0.36
Hex 7F A5 15 17 0 57 23 4C 4D 24
Octal 177 245 25 27 0 127 43 114 115 44
Binary 1111111 10100101 10101 10111 0 1010111 100011 1001100 1001101 100100

Color Harmonies of #7FA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA515

Black with #7FA515

Text Example


Text Example

White with #7FA515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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