Html Css Color HEX #7FA510 Lima

📋 copy color: '#7FA510'

red 127 ◦ green 165 ◦ blue 16

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

Shades of Lima #7FA510

Tints of Lima #7FA510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 41.23%
G = 53.57%
B = 5.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#7FA510 (or 0x7FA510) is known color: Lima. HEX triplet: 7F, A5 and 10. RGB value is (127,165,16). Sum of RGB (Red+Green+Blue) = 127+165+16=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 165 (64.84% from 255 or 53.57% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA510 is #805AEF. Grayscale: #898989. Windows color (decimal): -8411888 or 1090943. OLE color: 1090943.

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

Color convert

RGB 127 165 16 -
CMYK 0.23 0 0.90 0.35
HSL 75.3º 0.82% 0.35% -
HSV(B) 75.3º 0.9% 0.65% -
XYZ 22.3 31.46 5.39 -
YUV 136.65 59.91 121.12 -
System Red Green Blue C M Y K H S L
Decimal 127 165 16 0.23 0 0.90 0.35 75.3 0.82 0.35
Hex 7F A5 10 17 0 5A 23 4B 52 23
Octal 177 245 20 27 0 132 43 113 122 43
Binary 1111111 10100101 10000 10111 0 1011010 100011 1001011 1010010 100011

Color Harmonies of #7FA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA510

Black with #7FA510

Text Example


Text Example

White with #7FA510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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