Html Css Color HEX #7FA517 Lima

📋 copy color: '#7FA517'

red 127 ◦ green 165 ◦ blue 23

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

Shades of Lima #7FA517

Tints of Lima #7FA517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.3%

R = 40.32%
G = 52.38%
B = 7.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#7FA517 (or 0x7FA517) is known color: Lima. HEX triplet: 7F, A5 and 17. RGB value is (127,165,23). Sum of RGB (Red+Green+Blue) = 127+165+23=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA517 is #805AE8. Grayscale: #898989. Windows color (decimal): -8411881 or 1549695. OLE color: 1549695.

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

Color convert

RGB 127 165 23 -
CMYK 0.23 0 0.86 0.35
HSL 76.06º 0.76% 0.37% -
HSV(B) 76.06º 0.86% 0.65% -
XYZ 22.36 31.48 5.71 -
YUV 137.45 63.41 120.55 -
System Red Green Blue C M Y K H S L
Decimal 127 165 23 0.23 0 0.86 0.35 76.06 0.76 0.37
Hex 7F A5 17 17 0 56 23 4C 4C 25
Octal 177 245 27 27 0 126 43 114 114 45
Binary 1111111 10100101 10111 10111 0 1010110 100011 1001100 1001100 100101

Color Harmonies of #7FA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA517

Black with #7FA517

Text Example


Text Example

White with #7FA517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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