Html Css Color HEX #7FA01B Lima

📋 copy color: '#7FA01B'

red 127 ◦ green 160 ◦ blue 27

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

Shades of Lima #7FA01B

Tints of Lima #7FA01B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.96%

 BLUE value IS 27 (10.94% from 255) = 8.6%

R = 40.45%
G = 50.96%
B = 8.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#7FA01B (or 0x7FA01B) is known color: Lima. HEX triplet: 7F, A0 and 1B. RGB value is (127,160,27). Sum of RGB (Red+Green+Blue) = 127+160+27=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA01B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA01B is #805FE4. Grayscale: #878787. Windows color (decimal): -8413157 or 1810559. OLE color: 1810559.

HSL color Cylindrical-coordinate representation of color #7FA01B: hue angle of 74.89º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7FA01B is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 127 160 27 -
CMYK 0.21 0 0.83 0.37
HSL 74.89º 0.71% 0.37% -
HSV(B) 74.89º 0.83% 0.63% -
XYZ 21.52 29.73 5.64 -
YUV 134.97 67.07 122.31 -
System Red Green Blue C M Y K H S L
Decimal 127 160 27 0.21 0 0.83 0.37 74.89 0.71 0.37
Hex 7F A0 1B 15 0 53 25 4B 47 25
Octal 177 240 33 25 0 123 45 113 107 45
Binary 1111111 10100000 11011 10101 0 1010011 100101 1001011 1000111 100101

Color Harmonies of #7FA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA01B

Black with #7FA01B

Text Example


Text Example

White with #7FA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,160,27); }

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

background-color css

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

 a { background-color: rgb(127,160,27); }

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

border-color css

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

 span { border-color: rgb(127,160,27); }

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