Html Css Color HEX #7FA505 Lima

📋 copy color: '#7FA505'

red 127 ◦ green 165 ◦ blue 5

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

Shades of Lima #7FA505

Tints of Lima #7FA505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 42.76%
G = 55.56%
B = 1.68%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#7FA505 (or 0x7FA505) is known color: Lima. HEX triplet: 7F, A5 and 05. RGB value is (127,165,5). Sum of RGB (Red+Green+Blue) = 127+165+5=297 (39% of max value = 765). Red value is 127 (50% from 255 or 42.76% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 5 (2.34% from 255 or 1.68% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA505 is #805AFA. Grayscale: #888888. Windows color (decimal): -8411899 or 370047. OLE color: 370047.

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

Color convert

RGB 127 165 5 -
CMYK 0.23 0 0.97 0.35
HSL 74.25º 0.94% 0.33% -
HSV(B) 74.25º 0.97% 0.65% -
XYZ 22.23 31.43 5.04 -
YUV 135.4 54.41 122.01 -
System Red Green Blue C M Y K H S L
Decimal 127 165 5 0.23 0 0.97 0.35 74.25 0.94 0.33
Hex 7F A5 5 17 0 61 23 4A 5E 21
Octal 177 245 5 27 0 141 43 112 136 41
Binary 1111111 10100101 101 10111 0 1100001 100011 1001010 1011110 100001

Color Harmonies of #7FA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA505

Black with #7FA505

Text Example


Text Example

White with #7FA505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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