Html Css Color HEX #7FA625 Lima

📋 copy color: '#7FA625'

red 127 ◦ green 166 ◦ blue 37

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

Shades of Lima #7FA625

Tints of Lima #7FA625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.3%

 BLUE value IS 37 (14.84% from 255) = 11.21%

R = 38.48%
G = 50.3%
B = 11.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#7FA625 (or 0x7FA625) is known color: Lima. HEX triplet: 7F, A6 and 25. RGB value is (127,166,37). Sum of RGB (Red+Green+Blue) = 127+166+37=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA625 is #8059DA. Grayscale: #8C8C8C. Windows color (decimal): -8411611 or 2467455. OLE color: 2467455.

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

Color convert

RGB 127 166 37 -
CMYK 0.23 0 0.78 0.35
HSL 78.14º 0.64% 0.4% -
HSV(B) 78.14º 0.78% 0.65% -
XYZ 22.72 31.92 6.71 -
YUV 139.63 70.08 118.99 -
System Red Green Blue C M Y K H S L
Decimal 127 166 37 0.23 0 0.78 0.35 78.14 0.64 0.4
Hex 7F A6 25 17 0 4E 23 4E 40 28
Octal 177 246 45 27 0 116 43 116 100 50
Binary 1111111 10100110 100101 10111 0 1001110 100011 1001110 1000000 101000

Color Harmonies of #7FA625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA625

Black with #7FA625

Text Example


Text Example

White with #7FA625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,166,37); }

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

background-color css

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

 a { background-color: rgb(127,166,37); }

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

border-color css

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

 span { border-color: rgb(127,166,37); }

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