Html Css Color HEX #7FB706 Lima

📋 copy color: '#7FB706'

red 127 ◦ green 183 ◦ blue 6

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

Shades of Lima #7FB706

Tints of Lima #7FB706

RGB

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

 GREEN value IS 183 (71.88% from 255) = 57.91%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 40.19%
G = 57.91%
B = 1.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#7FB706 (or 0x7FB706) is known color: Lima. HEX triplet: 7F, B7 and 06. RGB value is (127,183,6). Sum of RGB (Red+Green+Blue) = 127+183+6=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB706 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FB706 is #8048F9. Grayscale: #929292. Windows color (decimal): -8407290 or 440191. OLE color: 440191.

HSL color Cylindrical-coordinate representation of color #7FB706: hue angle of 78.98º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7FB706 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 183 6 -
CMYK 0.31 0 0.97 0.28
HSL 78.98º 0.94% 0.37% -
HSV(B) 78.98º 0.97% 0.72% -
XYZ 25.72 38.39 6.23 -
YUV 146.08 48.95 114.39 -
System Red Green Blue C M Y K H S L
Decimal 127 183 6 0.31 0 0.97 0.28 78.98 0.94 0.37
Hex 7F B7 6 1F 0 61 1C 4F 5E 25
Octal 177 267 6 37 0 141 34 117 136 45
Binary 1111111 10110111 110 11111 0 1100001 11100 1001111 1011110 100101

Color Harmonies of #7FB706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB706

Black with #7FB706

Text Example


Text Example

White with #7FB706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,183,6); }

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

background-color css

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

 a { background-color: rgb(127,183,6); }

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

border-color css

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

 span { border-color: rgb(127,183,6); }

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