Html Css Color HEX #7FA00D Lima

📋 copy color: '#7FA00D'

red 127 ◦ green 160 ◦ blue 13

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

Shades of Lima #7FA00D

Tints of Lima #7FA00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 42.33%
G = 53.33%
B = 4.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#7FA00D (or 0x7FA00D) is known color: Lima. HEX triplet: 7F, A0 and 0D. RGB value is (127,160,13). Sum of RGB (Red+Green+Blue) = 127+160+13=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #7FA00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA00D is #805FF2. Grayscale: #858585. Windows color (decimal): -8413171 or 893055. OLE color: 893055.

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

Color convert

RGB 127 160 13 -
CMYK 0.21 0 0.92 0.37
HSL 73.47º 0.85% 0.34% -
HSV(B) 73.47º 0.92% 0.63% -
XYZ 21.4 29.68 4.98 -
YUV 133.38 60.07 123.45 -
System Red Green Blue C M Y K H S L
Decimal 127 160 13 0.21 0 0.92 0.37 73.47 0.85 0.34
Hex 7F A0 D 15 0 5C 25 49 55 22
Octal 177 240 15 25 0 134 45 111 125 42
Binary 1111111 10100000 1101 10101 0 1011100 100101 1001001 1010101 100010

Color Harmonies of #7FA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA00D

Black with #7FA00D

Text Example


Text Example

White with #7FA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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