Html Css Color HEX #7FB006 Lima

📋 copy color: '#7FB006'

red 127 ◦ green 176 ◦ blue 6

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

Shades of Lima #7FB006

Tints of Lima #7FB006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.96%

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

R = 41.1%
G = 56.96%
B = 1.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#7FB006 (or 0x7FB006) is known color: Lima. HEX triplet: 7F, B0 and 06. RGB value is (127,176,6). Sum of RGB (Red+Green+Blue) = 127+176+6=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FB006 is #804FF9. Grayscale: #8E8E8E. Windows color (decimal): -8409082 or 438399. OLE color: 438399.

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

Color convert

RGB 127 176 6 -
CMYK 0.28 0 0.97 0.31
HSL 77.29º 0.93% 0.36% -
HSV(B) 77.29º 0.97% 0.69% -
XYZ 24.31 35.58 5.76 -
YUV 141.97 51.27 117.32 -
System Red Green Blue C M Y K H S L
Decimal 127 176 6 0.28 0 0.97 0.31 77.29 0.93 0.36
Hex 7F B0 6 1C 0 61 1F 4D 5D 24
Octal 177 260 6 34 0 141 37 115 135 44
Binary 1111111 10110000 110 11100 0 1100001 11111 1001101 1011101 100100

Color Harmonies of #7FB006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB006

Black with #7FB006

Text Example


Text Example

White with #7FB006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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