Html Css Color HEX #7FA91F Lima

📋 copy color: '#7FA91F'

red 127 ◦ green 169 ◦ blue 31

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

Shades of Lima #7FA91F

Tints of Lima #7FA91F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.68%

 BLUE value IS 31 (12.5% from 255) = 9.48%

R = 38.84%
G = 51.68%
B = 9.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#7FA91F (or 0x7FA91F) is known color: Lima. HEX triplet: 7F, A9 and 1F. RGB value is (127,169,31). Sum of RGB (Red+Green+Blue) = 127+169+31=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #7FA91F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA91F is #8056E0. Grayscale: #8D8D8D. Windows color (decimal): -8410849 or 2075007. OLE color: 2075007.

HSL color Cylindrical-coordinate representation of color #7FA91F: hue angle of 78.26º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FA91F is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 127 169 31 -
CMYK 0.25 0 0.82 0.34
HSL 78.26º 0.69% 0.39% -
HSV(B) 78.26º 0.82% 0.66% -
XYZ 23.19 32.99 6.44 -
YUV 140.71 66.09 118.22 -
System Red Green Blue C M Y K H S L
Decimal 127 169 31 0.25 0 0.82 0.34 78.26 0.69 0.39
Hex 7F A9 1F 19 0 52 22 4E 45 27
Octal 177 251 37 31 0 122 42 116 105 47
Binary 1111111 10101001 11111 11001 0 1010010 100010 1001110 1000101 100111

Color Harmonies of #7FA91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA91F

Black with #7FA91F

Text Example


Text Example

White with #7FA91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,169,31); }

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

background-color css

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

 a { background-color: rgb(127,169,31); }

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

border-color css

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

 span { border-color: rgb(127,169,31); }

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